Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
flex_bison | 2012-06-14 | ||
input | 2012-06-14 | ||
ARGS | 2012-06-14 | 1.9 kB | |
config.guess | 2012-06-14 | 39.1 kB | |
config.sub | 2012-06-14 | 27.5 kB | |
COPYING | 2012-06-14 | 18.0 kB | |
dot_tcptracerc | 2012-06-14 | 629 Bytes | |
filt_parser.y | 2012-06-14 | 4.8 kB | |
filt_scanner.l | 2012-06-14 | 4.8 kB | |
INSTALL | 2012-06-14 | 1.1 kB | |
install-sh | 2012-06-14 | 5.6 kB | |
Makefile.bak | 2012-06-14 | 10.1 kB | |
Makefile.empty | 2012-06-14 | 64 Bytes | |
README.linux | 2012-06-14 | 731 Bytes | |
README.mailing_list | 2012-06-14 | 3.0 kB | |
README.modules | 2012-06-14 | 272 Bytes | |
README.pcap | 2012-06-14 | 2.6 kB | |
README.sgi | 2012-06-14 | 2.3 kB | |
README.tput_graphs | 2012-06-14 | 1.1 kB | |
README.tru64 | 2012-06-14 | 554 Bytes | |
README.xpl2gpl | 2012-06-14 | 1.5 kB | |
WWW | 2012-06-14 | 73 Bytes | |
Totals: 22 Items | 125.6 kB | 1 |
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