Re: [Wireshark-dev] Recursive Heuristic Dissectors calls

2012-01-24 Thread Chris Maynard
Alex Lindberg writes: > I have a custom protocol that uses a well know TCP port and a such have connected a heuristic dissector to tcp.My dissector works fine if there is only my custom protocol in the packet, but I have run into a case where the first part of the packet has several groups of my

Re: [Wireshark-dev] Can't build QtShark on Windows

2012-01-24 Thread Gerald Combs
This should be fixed in r40708. On 1/24/12 7:34 AM, hsivank wrote: > You should link against Portaudio. > Add in QtShark.pro something like : > LIBS += -L$${WIRESHARK_LIB_DIR}/portaudio_v19_2/lib/ -lportaudio > > or Maybe you can undef HAVE_LIBPORTAUDIO > > H.sivank > > Le 24 janv. 2012 à 16:1

Re: [Wireshark-dev] Can't build QtShark on Windows

2012-01-24 Thread hsivank
You should link against Portaudio. Add in QtShark.pro something like : LIBS += -L$${WIRESHARK_LIB_DIR}/portaudio_v19_2/lib/ -lportaudio or Maybe you can undef HAVE_LIBPORTAUDIO H.sivank Le 24 janv. 2012 à 16:15, Anders Broman a écrit : > Hi, > When I try to build QtShark on windows it whines a

[Wireshark-dev] Can't build QtShark on Windows

2012-01-24 Thread Anders Broman
Hi, When I try to build QtShark on windows it whines about not beeing able to find include file #include in main.cpp adding $${WIRESHARK_LIB_DIR}/portaudio_v19_2/include in QtShark.pro I get errors main.obj:-1: error: LNK2019: unresolved external symbol _Pa_GetVersionText referenced in func

Re: [Wireshark-dev] [Wireshark-commits] rev 40602: /trunk/ /trunk/: CMakeLists.txt CMakeOptions.txt configure.in

2012-01-24 Thread Jeff Morriss
Joerg Mayer wrote: On Thu, Jan 19, 2012 at 10:24:24PM -0500, Jeff Morriss wrote: On 01/19/2012 10:20 PM, morr...@wireshark.org wrote: http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=40602 User: morriss Date: 2012/01/19 07:20 PM Log: Bug 6448 says the embedded Python stuff d

Re: [Wireshark-dev] [Wireshark-commits] rev 40644: /trunk/epan/dissectors/ /trunk/epan/dissectors/: packet-pgm.c

2012-01-24 Thread Chris Maynard
Tony Trinh writes: > Try using mintty, which Cygwin recommends. It can copy/paste UTF-8 into vim without any configuration. > > I modified Cygwin.bat as follows: > > @echo off > > C: > chdir C:\cygwin\bin > > REM here lies the old line... > REM bash --login -i > > REM ...and here's the new