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
__
>>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
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
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
>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
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
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
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
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