Re: [Wireshark-dev] Re : Development environment on Windows XP

2008-04-26 Thread Auvray Julien
Hello, I'm refering to the wiki : http://wiki.wireshark.org/Development Il is said that for Win 32 the developer's guide is invaluable. I understand that it doesn't work no? So can you say me what to do? Thanks a lot Julien --- Messag

Re: [Wireshark-dev] Re : Development environment on Windows XP

2008-04-26 Thread Sake Blok
On Sat, Apr 26, 2008 at 10:08:57AM +0200, Auvray Julien wrote: > > I'm refering to the wiki : http://wiki.wireshark.org/Development > > Il is said that for Win 32 the developer's guide is invaluable. I think the misunderstanding is the word "invaluable", which actually means that is has great va

[Wireshark-dev] adns patches not included in buildbot src builds

2008-04-26 Thread Sake Blok
Hi All, I'm taking my first steps into building Wireshark on windows. Unfortunately I did run into some troubles. First the flex version of cygwin prevented me to use the 1.0.0 source tarball. Secondly the src tarballs created by the buildbot don't seem to include the patches to adns (adns_dll.de

Re: [Wireshark-dev] adns patches not included in buildbot src builds

2008-04-26 Thread Anders Broman
Hi, I think it should go under EXTRA_DIST = \ In top level Makefile.am Regards Anders -Ursprungligt meddelande- Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För Sake Blok Skickat: den 26 april 2008 13:14 Till: wireshark-dev@wireshark.org Ämne: [Wireshark-dev] adns patches not include

[Wireshark-dev] PDML pos, size attributes

2008-04-26 Thread Peter Fuller
Dear developers, In the PDML produced by wireshark, are the pos and size attributes base XML type nonNegativeInteger ? I would have thought so, but they are derived from field_info->start and field_info->length, respectively. Both are type gint. Is it really valid for these value

[Wireshark-dev] [PATCH] add field support to MySQL dissector

2008-04-26 Thread Jess Balint
Hi, I've attached a patch to add support for field info in the MySQL dissector. I've also cleaned up a few things and fixed a small problem in the state tracking I added in a previous patch. Thanks, Jess Index: epan/dissectors/packet-mysql.c