Re: [Wireshark-dev] Call register_stat_menu_item from a plugin

2010-11-17 Thread Guy Harris
On Nov 17, 2010, at 8:15 PM, Stephen Fisher wrote: > In case you're not aware: there is functionality in Wireshark to build a > basic statistics tree with information from a dissector (including > plugins). You can read about it in README.stats_tree in the doc > directory of the source code.

Re: [Wireshark-dev] Call register_stat_menu_item from a plugin

2010-11-17 Thread Stephen Fisher
On Thu, Nov 18, 2010 at 12:21:36AM -, Alistair Evans wrote: > After looking through some of the code in wireshark, I can see that I > need to call register_stat_menu_item in order to create that menu > item. With this in, the code compiles, but does not link. In case you're not aware: ther

Re: [Wireshark-dev] foo dissector of the dev guide

2010-11-17 Thread Guy Harris
On Nov 16, 2010, at 2:16 AM, Lange Jan-Erik wrote: > I want to try the example dissector out of the dev guide of wireshark. > > The dissector works with UDP on port 1234. But when I'm sending a UDP Frame > with UDP Src 1234 und Dest 1234 (IPv4) then in the protocol section of the UI > is labe

Re: [Wireshark-dev] foo dissector of the dev guide

2010-11-17 Thread Stephen Fisher
On Tue, Nov 16, 2010 at 03:40:39PM +0100, Lange Jan-Erik wrote: > How do you test your dissectors? I always have the protocol I'm writing a dissector for already on the network that I can capture and test the dissector with. > Or are you using a program where you can modify the frame preference

[Wireshark-dev] buildbot failure in Wireshark 1.2 on Ubuntu-10.04-x64

2010-11-17 Thread buildbot-no-reply
The Buildbot has detected a new failure of Ubuntu-10.04-x64 on Wireshark 1.2. Full details are available at: http://buildbot.wireshark.org/trunk-1.2/builders/Ubuntu-10.04-x64/builds/23 Buildbot URL: http://buildbot.wireshark.org/trunk-1.2/ Buildslave for this Build: ubuntu-10.04-x64 Build Reaso

[Wireshark-dev] buildbot failure in Wireshark 1.2 on Windows-XP-x86

2010-11-17 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-XP-x86 on Wireshark 1.2. Full details are available at: http://buildbot.wireshark.org/trunk-1.2/builders/Windows-XP-x86/builds/25 Buildbot URL: http://buildbot.wireshark.org/trunk-1.2/ Buildslave for this Build: windows-xp-x86 Build Reason: Bu

[Wireshark-dev] buildbot failure in Wireshark 1.4 on Windows-7-x64

2010-11-17 Thread buildbot-no-reply
The Buildbot has detected a new failure of Windows-7-x64 on Wireshark 1.4. Full details are available at: http://buildbot.wireshark.org/trunk-1.4/builders/Windows-7-x64/builds/130 Buildbot URL: http://buildbot.wireshark.org/trunk-1.4/ Buildslave for this Build: windows-7-x64 Build Reason: Buil

[Wireshark-dev] Call register_stat_menu_item from a plugin

2010-11-17 Thread Alistair Evans
Hi, I'm writing a plugin for a custom protocol. The dissector portion is working fine, as is adding a tap for that protocol. I would now like to add a menu item to the statistics menu that allows me to show a window with extra info created by the tap. I can build with GTK in order to generate t

Re: [Wireshark-dev] foo dissector of the dev guide

2010-11-17 Thread Lange Jan-Erik
How do you test your dissectors? Do you modify a pcap File with a HEX Editor? Or are you using a program where you can modify the frame preferences and send it each time? If you use such a tool, which tool is it? I don't understand, why I didn't even see "UDP" in the protocoll field. The field i