summaryrefslogtreecommitdiff
path: root/ppp.h
diff options
context:
space:
mode:
authorfenner <fenner>2001-02-04 02:17:54 +0000
committerfenner <fenner>2001-02-04 02:17:54 +0000
commit98e87f34801d7685515384f8d29b57c4c9266894 (patch)
tree6791c1edae6e5e576166179ced7ff6be2e3987f9 /ppp.h
parent28468a4a829bf63e1b8ec78368ac4f578f853462 (diff)
downloadtcpdump-98e87f34801d7685515384f8d29b57c4c9266894.tar.gz
Always define PPP_COMP.
Print [???] when we get a PPP packet that we don't handle.
Diffstat (limited to 'ppp.h')
-rw-r--r--ppp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ppp.h b/ppp.h
index dfaa5040..520fde73 100644
--- a/ppp.h
+++ b/ppp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.11 2000-10-09 01:53:19 guy Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.12 2001-02-04 02:17:55 fenner Exp $ (LBL) */
/*
* Point to Point Protocol (PPP) RFC1331
*
@@ -33,6 +33,7 @@
#define PPP_STII 0x0033 /* Stream Protocol (ST-II) */
#define PPP_VINES 0x0035 /* Banyan Vines */
#define PPP_IPV6 0x0057 /* IPv6 */
+#define PPP_COMP 0x00fd /* Compressed Datagram */
#define PPP_HELLO 0x0201 /* 802.1d Hello Packets */
#define PPP_LUXCOM 0x0231 /* Luxcom */