2009-01-08 04:03:15 -05:00
|
|
|
--- Makefile.in.orig Thu Mar 4 21:33:56 2004
|
|
|
|
+++ Makefile.in Wed Jan 7 18:30:33 2009
|
|
|
|
@@ -14,7 +14,7 @@ DEFINES += -DGUNZIP="\"gunzip\""
|
add tcptrace port; jethro@dqc.org
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 09:14:52 -05:00
|
|
|
# 2) Otherwise, if your system supports standard Unix "uncompress",
|
|
|
|
# then uncomment the following line to support on-the-fly
|
|
|
|
# decompression of ".Z" files...
|
|
|
|
-#DEFINES += -DUNCOMPRESS="\"uncompress\""
|
|
|
|
+DEFINES += -DUNCOMPRESS="\"uncompress\""
|
2002-10-17 14:21:29 -04:00
|
|
|
# 3) Also, we assume most systems have the "bunzip2" utility installed,
|
|
|
|
# if yours doesn't, you'll want to comment out the next line.
|
|
|
|
DEFINES += -DBUNZIP2="\"bunzip2\""
|
2009-01-08 04:03:15 -05:00
|
|
|
@@ -34,8 +34,8 @@ DEFINES += -DBUNZIP2="\"bunzip2\""
|
add tcptrace port; jethro@dqc.org
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 09:14:52 -05:00
|
|
|
#
|
|
|
|
##################################################################
|
2002-10-17 14:21:29 -04:00
|
|
|
PCAP_LDLIBS = @V_PCAP_LDLIBS@
|
add tcptrace port; jethro@dqc.org
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 09:14:52 -05:00
|
|
|
-PCAP_INCS = -I/usr/local/include -I. -I../pcap -I/usr/include/pcap
|
2002-10-17 14:21:29 -04:00
|
|
|
-PCAP_LDFLAGS = -L/usr/local/lib -Llib -Lpcap -L../pcap -L./cygwin-libs
|
|
|
|
+PCAP_INCS =
|
|
|
|
+PCAP_LDFLAGS =
|
add tcptrace port; jethro@dqc.org
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 09:14:52 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
2009-01-08 04:03:15 -05:00
|
|
|
@@ -151,7 +151,7 @@ INCLS = -I. @V_INCLS@ ${PCAP_INCS}
|
add tcptrace port; jethro@dqc.org
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 09:14:52 -05:00
|
|
|
# Probably want full optimization
|
|
|
|
# FreeBSD needs -Ae
|
|
|
|
# HP needs -Ae
|
|
|
|
-CFLAGS = $(CCOPT) $(DEFINES) @DEFS@ @V_DEFINES@ $(INCLS)
|
|
|
|
+CFLAGS += $(DEFINES) @DEFS@ @V_DEFINES@ $(INCLS)
|
|
|
|
|
|
|
|
# Standard LIBS
|
|
|
|
LDLIBS = @LIBS@ ${PCAP_LDLIBS}
|
2009-01-08 04:03:15 -05:00
|
|
|
@@ -211,7 +211,7 @@ LEX_VAL=@LEX@
|
add tcptrace port; jethro@dqc.org
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 09:14:52 -05:00
|
|
|
|
|
|
|
filt_parser.c: filt_parser.y filter.h
|
2009-01-08 04:03:15 -05:00
|
|
|
if test "${YACC_VAL}" = "bison -y" ; then \
|
|
|
|
- @YACC@ -vd -p filtyy -o filt_parser.c $(srcdir)/filt_parser.y ;\
|
|
|
|
+ @YACC@ -vd -p filtyy -o filt_parser.c filt_parser.y ;\
|
|
|
|
cp filt_parser.c flex_bison ;\
|
|
|
|
cp filt_parser.h flex_bison ;\
|
|
|
|
else \
|
|
|
|
@@ -223,7 +223,7 @@ filt_parser.c: filt_parser.y filter.h
|
2002-10-17 14:21:29 -04:00
|
|
|
|
add tcptrace port; jethro@dqc.org
-
tcptrace is a TCP dump file analysis tool written by Shawn Ostermann
at Ohio University. It is NOT a packet capture program. It reads
output dump files in the formats of several popular packet capturing
programs: tcpdump, snoop, etherpeek, and netm
For each connection, it keeps track of elapsed time, bytes/segments
sent and received, retransmissions, round trip times, window
advertisements, throughput, etc. Its output format ranges from
Simple to Long to Very Detailed.
1999-11-12 09:14:52 -05:00
|
|
|
filt_scanner.c: filt_scanner.l filter.h filt_parser.h
|
2009-01-08 04:03:15 -05:00
|
|
|
if test ${LEX_VAL} = "flex" ; then \
|
|
|
|
- @LEX@ -t -Pfiltyy $(srcdir)/filt_scanner.l > filt_scanner.c ;\
|
|
|
|
+ @LEX@ -t -Pfiltyy filt_scanner.l > filt_scanner.c ;\
|
|
|
|
cp filt_scanner.c flex_bison ;\
|
|
|
|
else \
|
|
|
|
echo "Could not find FLEX on this system" ;\
|