Re: [Wireshark-dev] How to retrieve text displayed for a proto_item ?

2011-12-29 Thread Stephen Fisher
On Fri, 23 Dec 2011 06:17:22 -0700 Teto wrote >Thx for the quick answer as usual. > >> Note this won't pass the inspection by reviewers. >That was dissuasive ^^ >I've done like you said, using a temp GString* , thanks for the advice See also doc/README.developer section 1.1.2 which t

Re: [Wireshark-dev] Fwd: [FOSDEM] Dates for FOSDEM 2012: 4 & 5 February

2011-12-29 Thread Martin Kaiser
Hello Gerald and all, Thus wrote Gerald Combs (ger...@wireshark.org): > Sorry for taking so long to get back to you on this. We don't have a > devroom, but we might be able to find a spot in one of the existing > rooms. Alternatively I might be able to reserve a conference room at a > nearby hote

Re: [Wireshark-dev] Decode As... support

2011-12-29 Thread Akos Vandra
Yeah, I did that, I added a heuristic dissector table, and added protoA and protoB to them. Now wireshark always uses protoA to dissect (it should, because protoA has no way to know that the packet is not for him [[it?]], because the whole message space is covered by it). I also added protoB, and i

Re: [Wireshark-dev] happy birthday, bug 5531!

2011-12-29 Thread Ed Beroset
Chris Maynard wrote: Ed Beroset writes: https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5531 It's been a year since it was originally submitted. As always, if there's anything I can do to help get this into the main code, please let me know. I know a number of people that are waiting

Re: [Wireshark-dev] Decode As... support

2011-12-29 Thread Chris Maynard
Akos Vandra writes: > I would like to ask how does the Decode As... functionality work in wireshark? > I have a CAN network, and on top of it there may be different > higher-level protocols, depending on application. > There is no identifier which would say that this belongs to protocol > A, or p

Re: [Wireshark-dev] happy birthday, bug 5531!

2011-12-29 Thread Chris Maynard
Ed Beroset writes: > https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5531 > > It's been a year since it was originally submitted. As always, if there's anything I can do to help get this > into the main code, please let me know. I know a number of people that are waiting for it. And thank

Re: [Wireshark-dev] How can I use the dissector of wireshark in my program?

2011-12-29 Thread Chris Maynard
Gisle Vanem writes: > The mainpage is at: > http://sourceforge.net/projects/packetyzer/ Network Expect is another tool that comes to mind which uses libwireshark. The home page is here: http://netexpect.org/wiki Or check out the list of other tools on the wiki: http://wiki.wireshark.org/Too

Re: [Wireshark-dev] How can I use the dissector of wireshark in my program?

2011-12-29 Thread Gisle Vanem
"homeryan" wrote: I am a student from China, one of my homework is developing a simple network analyzer act just like wireshark. I decided to develop GUI interface and module of packets capture. But the part of dissector is too complex for me to complish, so, how can I invoke or use the dis

[Wireshark-dev] How can I use the dissector of wireshark in my program?

2011-12-29 Thread homeryan
Hello everyone, I am a student from China, one of my homework is developing a simple network analyzer act just like wireshark. I decided to develop GUI interface and module of packets capture. But the part of dissector is too complex for me to complish, so, how can I invoke or use the dissec