summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authoritojun <itojun>1999-12-22 15:44:09 +0000
committeritojun <itojun>1999-12-22 15:44:09 +0000
commit2813c22cf1ab58ee309749eae16f6211cea59952 (patch)
tree4a251555b82f0d13c6d355827ca9c21811c0f43e /Makefile.in
parentc4521bbf470420aa57fa5f252bcf3576318ace87 (diff)
downloadtcpdump-2813c22cf1ab58ee309749eae16f6211cea59952.tar.gz
add print-ascii.c and print-telnet.c from netbsd.
- add -X option for ascii printing. - telnet command sequences (ff xx xx) will be dumped with -vvv -X.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 12ff18e5..26b5e6cc 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -17,7 +17,7 @@
# WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
#
-# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.218 1999-12-14 16:49:02 fenner Exp $ (LBL)
+# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.219 1999-12-22 15:44:09 itojun Exp $ (LBL)
#
# Various configurable paths (remember to edit Makefile.in, not Makefile)
@@ -76,7 +76,7 @@ CSRC = tcpdump.c \
print-esp.c print-ah.c print-vjc.c print-isakmp.c print-chdlc.c \
print-ipcomp.c print-mobile.c print-l2tp.c print-bgp.c print-rx.c \
print-lane.c print-cip.c print-pppoe.c print-lcp.c \
- print-smb.c smbutil.c
+ print-smb.c smbutil.c print-ascii.c print-telnet.c
LOCALSRC = @LOCALSRC@
GENSRC = version.c
LIBOBJS = @LIBOBJS@