summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorguy <guy>2001-12-10 08:21:22 +0000
committerguy <guy>2001-12-10 08:21:22 +0000
commitb92f17aa078a0b8d11d9d05d3f8e58c56b8d9bd5 (patch)
tree7051fd4095e0ad82efc193c7042e4ab81f8ef456 /Makefile.in
parentd250e479dfc1df079f692c62270685c8d40b236f (diff)
downloadtcpdump-b92f17aa078a0b8d11d9d05d3f8e58c56b8d9bd5.tar.gz
The BXXP protocol was replaced by the BEEP protocol; replace the BXXP
dissector with a BEEP dissector.
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 0f0e9f25..2cb6924a 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.259 2001-10-08 21:25:15 fenner Exp $ (LBL)
+# @(#) $Header: /tcpdump/master/tcpdump/Makefile.in,v 1.260 2001-12-10 08:21:23 guy Exp $ (LBL)
#
# Various configurable paths (remember to edit Makefile.in, not Makefile)
@@ -68,7 +68,7 @@ INSTALL_DATA = @INSTALL_DATA@
CSRC = addrtoname.c gmt2local.c machdep.c parsenfsfh.c \
print-802_11.c print-ah.c print-arcnet.c print-arp.c \
print-ascii.c print-atalk.c print-atm.c print-bgp.c \
- print-bootp.c print-bxxp.c print-cdp.c print-chdlc.c \
+ print-bootp.c print-beep.c print-cdp.c print-chdlc.c \
print-cip.c print-cnfp.c print-decnet.c print-domain.c \
print-dvmrp.c print-egp.c print-esp.c print-ether.c \
print-fddi.c print-gre.c print-hsrp.c print-icmp.c \