[Wireshark-dev] Ordinary LUA dissector.

2011-11-02 Thread Eliot Blennerhassett
Getting started writing a dissector plugin in lua, I found the examples on the wiki to be rather esoteric. Only having previously written a plugin in C gave me any idea where to start. Is there any interest in including a more "ordinary" dissector example on the wiki, or with the wireshark instal

Re: [Wireshark-dev] Win32 build from 1.6.3 source tarball: svnversion.h missing and not generated?

2011-11-02 Thread Guy Harris
On Nov 2, 2011, at 11:19 AM, Guy Harris wrote: > > On Nov 2, 2011, at 10:26 AM, Guy Harris wrote: > >> On Nov 2, 2011, at 10:16 AM, Jeff Morriss wrote: >> >>> Oh, shoot. Looks like svnversion.h is removed by clean and/or dist-clean. >> >> So it should be generated only if you're building fro

Re: [Wireshark-dev] misleading description on Wireshark Download page

2011-11-02 Thread Balint Reczey
On 11/02/2011 08:19 PM, Alexis La Goutte wrote: On Wed, Nov 2, 2011 at 6:07 PM, Gerald Combs mailto:ger...@wireshark.org>> wrote: Excellent question. We were holding off on making a development release over the summer until the multi-interface capture support settled down. Is ther

Re: [Wireshark-dev] misleading description on Wireshark Download page

2011-11-02 Thread Alexis La Goutte
On Wed, Nov 2, 2011 at 6:07 PM, Gerald Combs wrote: > Excellent question. We were holding off on making a development release > over the summer until the multi-interface capture support settled down. > Is there any reason to delay 1.7.0 at this point? > > On 11/2/11 12:51 AM, Dirk Jagdmann wrote:

Re: [Wireshark-dev] Win32 build from 1.6.3 source tarball: svnversion.h missing and not generated?

2011-11-02 Thread Jeff Morriss
Guy Harris wrote: On Nov 2, 2011, at 10:26 AM, Guy Harris wrote: On Nov 2, 2011, at 10:16 AM, Jeff Morriss wrote: Oh, shoot. Looks like svnversion.h is removed by clean and/or dist-clean. So it should be generated only if you're building from SVN, and should be included in source tarballs,

Re: [Wireshark-dev] Wireshark 1.4.10 is now available

2011-11-02 Thread Balint Reczey
On 11/01/2011 08:44 PM, Gerald Combs wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I'm proud to announce the release of Wireshark 1.4.10. Digests wireshark-1.4.10.tar.bz2: 20611930 bytes MD5(wireshark-1.4.10.tar.bz2) = d688 827a 9b99 083f d995 2c4f c0f3 410c SHA1(wireshark-1.4.10.

Re: [Wireshark-dev] Win32 build from 1.6.3 source tarball: svnversion.h missing and not generated?

2011-11-02 Thread Guy Harris
On Nov 2, 2011, at 10:26 AM, Guy Harris wrote: > On Nov 2, 2011, at 10:16 AM, Jeff Morriss wrote: > >> Oh, shoot. Looks like svnversion.h is removed by clean and/or dist-clean. > > So it should be generated only if you're building from SVN, and should be > included in source tarballs, and sho

Re: [Wireshark-dev] Win32 build from 1.6.3 source tarball: svnversion.h missing and not generated?

2011-11-02 Thread Guy Harris
On Nov 2, 2011, at 10:16 AM, Jeff Morriss wrote: > Oh, shoot. Looks like svnversion.h is removed by clean and/or dist-clean. So it should be generated only if you're building from SVN, and should be included in source tarballs, and should be removed only by maintainer-clean. _

Re: [Wireshark-dev] Win32 build from 1.6.3 source tarball: svnversion.h missing and not generated?

2011-11-02 Thread Jeff Morriss
RUOFF, LARS (LARS)** CTR ** wrote: Hi, While trying to compile 1.6.3 from wireshark-1.6.3.tar.bz2 on Windows, compiler complains that i have svnversion.h missing. Forcing nmake -f Makefile.nmake svnversion.h gives... rm -f svnversion.h perl make-version.pl This is not a SVN

Re: [Wireshark-dev] misleading description on Wireshark Download page

2011-11-02 Thread Gerald Combs
Excellent question. We were holding off on making a development release over the summer until the multi-interface capture support settled down. Is there any reason to delay 1.7.0 at this point? On 11/2/11 12:51 AM, Dirk Jagdmann wrote: > So today somebody at my company wanted to check the latest W

[Wireshark-dev] Win32 build from 1.6.3 source tarball: svnversion.h missing and not generated?

2011-11-02 Thread RUOFF, LARS (LARS)** CTR **
Hi, While trying to compile 1.6.3 from wireshark-1.6.3.tar.bz2 on Windows, compiler complains that i have svnversion.h missing. Forcing nmake -f Makefile.nmake svnversion.h gives... rm -f svnversion.h perl make-version.pl This is not a SVN build. Thus, svnversion.h is not genera

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Roland Knall
Ok, let me guess further, on the first system you did also install the default wireshark coming with the Linux distribution, and on the second system you did not? In any case, underneath the directory you ran make from is a lib directory, containing the finished build for your plugin, as well as a

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Marcel Haas
On Wed, 2 Nov 2011 13:18:53 +0100, Roland Knall wrote: Ok, some more information How do you write the dissector, in epan/dissectors or as a plugin? Which version of wireshark are you using? Just trunk, or a specific release version (e.g. trunk-1.6)? But my guess would be, that you either you b

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Marcel Haas
On Wed, 2 Nov 2011 13:18:53 +0100, Roland Knall wrote: Ok, some more information How do you write the dissector, in epan/dissectors or as a plugin? Which version of wireshark are you using? Just trunk, or a specific release version (e.g. trunk-1.6)? But my guess would be, that you either you b

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Roland Knall
Ok, some more information How do you write the dissector, in epan/dissectors or as a plugin? Which version of wireshark are you using? Just trunk, or a specific release version (e.g. trunk-1.6)? But my guess would be, that you either you built your dissector as a plugin, or the versions of wiresh

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Marcel Haas
On Wed, 02 Nov 2011 12:11:31 +0100, Marcel Haas wrote: Hey If i want to start wireshark i am geting a failur : ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted Somebody know how to fix it ?

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Roland Knall
You're right of course. Regarding the issue, I checked again, it has already been fixed for 1.6.3 and the current trunk-1.6 . Had an older revision checked out. Sorry for the mix-up regards, Roland On Wed, Nov 2, 2011 at 12:39 PM, Jaap Keuter wrote: > @Roland > > Well, he didn't provide much co

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Jaap Keuter
@Roland Well, he didn't provide much context, so him writing to -dev leaded me to believe he's hacking himself. We just won't know until he tells us. PS: what's the bug number for the bugzilla entry regarding this issue? Thanks, Jaap On Wed, 2 Nov 2011 12:28:23 +0100, Roland Knall wrote: @

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Roland Knall
@Jaap Normally I would agree, but if you are using 1.6.x and wireshark can not find it's plug-ins, the message can be thrown by the openSAFETY dissector. It is fixed in svn, and the fix for 1.6.x is waiting in bugzilla. regards, Roland On Wed, Nov 2, 2011 at 12:25 PM, Jaap Keuter wrote: > Hi,

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Jaap Keuter
Hi, It's a test that find_heur_dissector_list(name) returns a valid list. In this case it returns NULL: you try to add to a subdissector list which doesn't exist. You need to setup the subdissector list before adding to it. Note that display filter fields do NOT automagically become a subdiss

Re: [Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Roland Knall
Hi Could you please just write, how you want to start wireshark? Have you downloaded it from the net, or did you compile the svn version? Usually the message can appear, if wireshark is not able to load the plugins correctly. If you have compiled wireshark for Linux yourself, you usually can avoi

[Wireshark-dev] ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted

2011-11-02 Thread Marcel Haas
Hey If i want to start wireshark i am geting a failur : ERROR:packet.c:1531:heur_dissector_add: assertion failed: (sub_dissectors != NULL) Aborted Somebody know how to fix it ? ___ Sent via:Wireshark-dev mailing list

[Wireshark-dev] misleading description on Wireshark Download page

2011-11-02 Thread Dirk Jagdmann
So today somebody at my company wanted to check the latest Wireshark. Looking at http://www.wireshark.org/download.html he read the description literally which said that the 1.6.0rc2 is the latest development release. So he figured it might be newer than the fresh 1.6.3 release... I think we ca