Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
filt_scanner.c | 2012-06-14 | 55.1 kB | |
filt_parser.h | 2012-06-14 | 3.3 kB | |
filt_parser.c | 2012-06-14 | 50.3 kB | |
Totals: 3 Items | 108.6 kB | 0 |
If you have trouble, try this suggestion from Peter Waltenberg: >> From peterw@dascom.com Mon Jul 13 22:32 EST 1998 >> X-Priority: 3 (Normal) >> Date: Tue, 14 Jul 1998 08:31:57 +1000 (EST) >> Reply-To: peterw@dascom.com >> Organization: DASCOM >> Sender: peterw@mulga.surf.dascom.com >> From: Peter Waltenberg <peterw@dascom.com> >> To: Shawn Ostermann <sdo@picard.cs.ohiou.edu> >> Subject: Re: tcptrace >> >> On Linux with glibc-2 it needs >> >> DEFINES += -D_BSD_SOURCE >> >> to build properly. >> >> It's simply a matter of which "style" of tcphdr struct naming is >> pulled in from the include files. >> >> From memory the "-D_BSD_SOURCE" is safe for older Linux setups as >> well, however I can't test it. >> >> Peter