Re: [Wireshark-dev] Any stand-alone applications using libwireshark?

2008-02-15 Thread Stephen Fisher
On Fri, Feb 15, 2008 at 11:32:27AM -0500, Eloy Paris wrote: > Is anyone aware of any application using libwireshark for packet > dissection (besides tshark and wireshark, of course)? I'm not aware of any other programs that use libwireshark, sorry. Steve __

Re: [Wireshark-dev] [Wireshark-commits] wireshark-win32-libs

2008-02-15 Thread Bill Meier
>>1. Windows Wireshark with Gtk 2.12.8 crashes; > Did you try with a distclean before building? Yep :) I did a (library) setup, an nmake maintainer-clean & then an nmake all again just to be sure; Wireshark works when I do this with gtk 2.12.6 and crashes when I do this with

[Wireshark-dev] Any stand-alone applications using libwireshark?

2008-02-15 Thread Eloy Paris
Hello, Is anyone aware of any application using libwireshark for packet dissection (besides tshark and wireshark, of course)? I am working on an application (yes, yes, GPL'ed) that needs to dissect packets, and I started down the path of writing my own dissection code, until I realized that I am

Re: [Wireshark-dev] [Wireshark-commits] wireshark-win32-libs rev142: /tags/2008-02-15/

2008-02-15 Thread Anders Broman
Hi, Did you try with a distclean before building? >2. Glib 2.14.6 requires the Iconv dll again. (Glib 2.14.5 did not require >same). Have you reported this tho the GTK guys? Regards Anders Från: [EMAIL PROTECTED] genom Bill Meier Skickat: fr 2008-02-15 15:44 Til

Re: [Wireshark-dev] [Wireshark-commits] wireshark-win32-libs rev 142: /tags/2008-02-15/

2008-02-15 Thread Bill Meier
>Log: > Create branch with gtk+ 2.12.8 glib 2.12.6-1 and pcre 7.0 > Status of testing so far of the new libraries: 1. Windows Wireshark with Gtk 2.12.8 crashes; 2. Glib 2.14.6 requires the Iconv dll again. (Glib 2.14.5 did not require same). (Maybe they forgot about using win-iconv when buil

[Wireshark-dev] plugins linked to other plugins ?

2008-02-15 Thread Neil Piercy
I know this might be a strange thing to do, but... I'm trying to get one plugin to use external symbols from another plugin, and it _almost_ works: - windows build easy - manual Makefile.nmake hacks easy - linux build slightly harder due to my lack of understanding of automake, but now works - rpm

Re: [Wireshark-dev] Problems in detecting a new plugin in wireshark-gtk2

2008-02-15 Thread Merlin Hooze
Hello , No, I am using an older source "wireshark-0.99.6" . And I installed 0.99.7. Since the documentation said to use VS 2005EE , I used that for compiling wireshark-0.99.6, with my plugin. As you said, I can create a new installer , but if the installer present in net is compiled with MS Ver

Re: [Wireshark-dev] Problems in detecting a new plugin in wireshark-gtk2

2008-02-15 Thread Stephen Fisher
This may have to do with the different compiler versions. The one you download from the net is still compiled with Visual C++ 6.0 whereas you are using VS 2005. Try following the steps to create an installer for your compiled version and install it. The plug-in will automatically be put in t

[Wireshark-dev] Problems in detecting a new plugin in wireshark-gtk2

2008-02-15 Thread Merlin Hooze
Hello , I created a new plugin for wireshark using the procedure given in the wireshark develipment guide.I was able to build the wireshark source with my new plugin present in the wireshark/plugins folder.When I launch wireshark from wireshark.exe present in wireshark-gtk2 folder, my new pluggin w