Re: [Wireshark-dev] Problem loading dissector plugin dll on Windows

2010-11-25 Thread news.gmane.com
"Semjon" wrote in message news:1e365d6e46694639babb1d9a4b755...@athlon1700xp... > I'm new to wireshark development and wrote a dissector plugin for a > proprietary protocol. I'm using Windows XP and MSVC2008EE. > Generally the plugin is working fine, but when I copy the dissector .dll > to > a

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-XP-x86

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

[Wireshark-dev] buildbot failure in Wireshark (development) on Windows-7-x64

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

[Wireshark-dev] Bluetooth dissector patch

2010-11-25 Thread Andrei Emeltchenko
Hei, please check the patch for BT dissector Index: epan/dissectors/packet-bthci_evt.c === --- epan/dissectors/packet-bthci_evt.c (revision 35027) +++ epan/dissectors/packet-bthci_evt.c (working copy) @@ -311,6 +311,7 @@ static const

Re: [Wireshark-dev] Segmentation Fault in Simple Dissector-Plugin

2010-11-25 Thread Patrick Nowak
Hi, solved the problem by using the current svn-version. Before I used the Debian sources from apt-get source wireshark and they were version 1.0.2. Regards, Patrick Patrick Nowak schrieb: > Hi, > > this morning I compared my code once again to the example-code from > http://www.wireshark.org/

[Wireshark-dev] Reassembly of messages

2010-11-25 Thread news.gmane.com
Hi, I want to reassemble messages in a TCP stream. I use the function tcp_dissect_pdus for this purpose. This works fine to populate the packet details tree. But what is the best way to collect all message summaries and write it to the packet list INFO column? I have seen that my dissect funct