diff options
Diffstat (limited to 'contrib/tcpdump/ppp.h')
-rw-r--r-- | contrib/tcpdump/ppp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/tcpdump/ppp.h b/contrib/tcpdump/ppp.h index 8bf94e3..da79154 100644 --- a/contrib/tcpdump/ppp.h +++ b/contrib/tcpdump/ppp.h @@ -1,4 +1,4 @@ -/* @(#) $Header: ppp.h,v 1.7 95/05/04 17:52:46 mccanne Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.8 1999/11/21 03:43:56 assar Exp $ (LBL) */ /* * Point to Point Protocol (PPP) RFC1331 * @@ -56,3 +56,4 @@ #define PPP_PAP 0xc023 /* Password Authentication Protocol */ #define PPP_LQM 0xc025 /* Link Quality Monitoring */ #define PPP_CHAP 0xc223 /* Challenge Handshake Authentication Protocol */ +extern struct tok ppptype2str[]; |