From ee4affc8c4ca9d0640bb52f6fa15a4d3131d0fb0 Mon Sep 17 00:00:00 2001 From: hannes Date: Thu, 22 May 2003 15:29:22 +0000 Subject: remove some EXTRACT_ lookalikes plus misc. display cleanup --- ppp.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'ppp.h') 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[]; -- cgit v1.2.1