[tcpflow-devel] tcpflow under cygwin
Brought to you by:
simsong
From: Nic R. <nic...@ra...> - 2004-04-15 10:40:56
|
I've successfully compiled and run tcpflow under cygwin. I had to download and install WinPCAP as well as the "devel" package "wpdpack_3_1_beta.zip". Their both on the WinDump site. I had to download net/ethernet.h and linux/if_ether.h from the tcptrace cvs, and make sure tcpflow.h includes them. I used the following line to compile, because I was too lazy to fix configure. gcc -L/ion/WpdPack/Lib -lwpcap -l /ion/WpdPack/Lib/ -I/ion/WpdPack/Include *.c I set RETSIGTYPE to int, and just ignored the warnings. -- Regards Nic Roets |