summaryrefslogtreecommitdiff
path: root/ppp.h
diff options
context:
space:
mode:
authorhannes <hannes>2003-05-22 15:29:22 +0000
committerhannes <hannes>2003-05-22 15:29:22 +0000
commitee4affc8c4ca9d0640bb52f6fa15a4d3131d0fb0 (patch)
treeb34384d2c79344e1500c647d5db339364f004e1b /ppp.h
parent2668ed28077af10dc63aa1d724d445e50422e497 (diff)
downloadtcpdump-ee4affc8c4ca9d0640bb52f6fa15a4d3131d0fb0.tar.gz
remove some EXTRACT_ lookalikes plus misc. display cleanup
Diffstat (limited to 'ppp.h')
-rw-r--r--ppp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ppp.h b/ppp.h
index 839efd11..42348086 100644
--- a/ppp.h
+++ b/ppp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.13 2002-09-14 13:14:04 hannes Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.14 2003-05-22 15:29:22 hannes Exp $ (LBL) */
/*
* Point to Point Protocol (PPP) RFC1331
*
@@ -56,9 +56,12 @@
#define PPP_LCP 0xc021 /* Link Control Protocol */
#define PPP_PAP 0xc023 /* Password Authentication Protocol */
#define PPP_LQM 0xc025 /* Link Quality Monitoring */
+#define PPP_SPAP 0xc027
#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_SPAP_OLD 0xc123
+#define PPP_EAP 0xc227
extern struct tok ppptype2str[];