[Wireshark-dev] Decoding a buffer using a particular protocol

2018-01-31 Thread Sultan, Hassan via Wireshark-dev
Hi everyone, I'm looking at doing what 'decode as' does, but directly in code : User provides a buffer and a protocol to use, and the code would perform the parsing and end up with an epan_dissect_t that contains the parsed information. I understand there might be limitations as to which dissec

Re: [Wireshark-dev] gerrit registration problems

2018-01-31 Thread Ed Beroset
On 01/31/2018 11:36 AM, Jeff Widman wrote: What error message are you hitting when you try to register? I had two problems, which may be related. First, I appear to have been able to register, but when I tried to assign myself a user name, it rejected it saying that it needed to consist of o

Re: [Wireshark-dev] gerrit registration problems

2018-01-31 Thread Jeff Widman
What error message are you hitting when you try to register? On Wed, Jan 31, 2018 at 6:44 AM, Ed Beroset wrote: > I've submitted code to Wireshark in the past, but not since Gerrit. I > tried again yesterday to register and now I remember why it's been so long > -- I can't seem to register. Is

[Wireshark-dev] gerrit registration problems

2018-01-31 Thread Ed Beroset
I've submitted code to Wireshark in the past, but not since Gerrit. I tried again yesterday to register and now I remember why it's been so long -- I can't seem to register. Is this the place to ask for help, or is there a better way to do it? Ed _

Re: [Wireshark-dev] Philosophy question - avoiding g_alloc in dissectors?

2018-01-31 Thread Dario Lombardo
On Tue, Jan 30, 2018 at 7:02 PM, Craig Jackson wrote: > I'm thinking that (3) is the best, but I want confirmation from the more > experienced developers. Also, if I create wmwm_strjoin, should I fix > packet-rtps.c? I would have to way to test it unless there is an archive of > rtps captures. >