summaryrefslogtreecommitdiff
path: root/ppp.h
diff options
context:
space:
mode:
authorhannes <hannes>2004-10-20 16:14:15 +0000
committerhannes <hannes>2004-10-20 16:14:15 +0000
commitabb16862de1c02d1c45aa8d1f4cfbf0a19cee0e2 (patch)
tree9daf372c48889efca2188fb97abbd7df3d818a79 /ppp.h
parentecd1d49fcd5245a35b7057327fb1d14685cc4e93 (diff)
downloadtcpdump-abb16862de1c02d1c45aa8d1f4cfbf0a19cee0e2.tar.gz
- add a brief ML-PPP printer
- add PPP_IPV6 in the PPP name resolution table - change the cryptic SSNHF LCP options to "12 Bit seq #" for better clarity to human devices
Diffstat (limited to 'ppp.h')
-rw-r--r--ppp.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/ppp.h b/ppp.h
index 5c583f84..f1a2c48b 100644
--- a/ppp.h
+++ b/ppp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.15 2004-08-18 14:56:28 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.16 2004-10-20 16:14:16 hannes Exp $ (LBL) */
/*
* Point to Point Protocol (PPP) RFC1331
*
@@ -35,6 +35,7 @@
#define PPP_BRPDU 0x0031 /* Bridging PDU */
#define PPP_STII 0x0033 /* Stream Protocol (ST-II) */
#define PPP_VINES 0x0035 /* Banyan Vines */
+#define PPP_ML 0x003d /* Multi-Link PPP */
#define PPP_IPV6 0x0057 /* IPv6 */
#define PPP_COMP 0x00fd /* Compressed Datagram */
@@ -63,7 +64,7 @@
#define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */
#define PPP_BACP 0xc02b /* Bandwidth Allocation Control Protocol */
#define PPP_BAP 0xc02d /* BAP */
-#define PPP_MP 0xc03d /* Multi-Link */
+#define PPP_MPCP 0xc03d /* Multi-Link */
#define PPP_SPAP_OLD 0xc123
#define PPP_EAP 0xc227