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