From aae9bd2bccda7ddbeb438e8238ced9c4cd1e9d1d Mon Sep 17 00:00:00 2001 From: fenner Date: Sun, 30 Jan 2000 00:32:56 +0000 Subject: Virgin import of tcpdump.org libpcap v0.5 --- contrib/libpcap/ppp.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'contrib/libpcap/ppp.h') diff --git a/contrib/libpcap/ppp.h b/contrib/libpcap/ppp.h index ccd546a..b7b987d 100644 --- a/contrib/libpcap/ppp.h +++ b/contrib/libpcap/ppp.h @@ -1,4 +1,4 @@ -/* @(#) $Header: ppp.h,v 1.7 95/05/04 17:52:46 mccanne Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/libpcap/ppp.h,v 1.8 1999/10/19 15:18:31 itojun Exp $ (LBL) */ /* * Point to Point Protocol (PPP) RFC1331 * @@ -30,6 +30,7 @@ #define PPP_BRPDU 0x0031 /* Bridging PDU */ #define PPP_STII 0x0033 /* Stream Protocol (ST-II) */ #define PPP_VINES 0x0035 /* Banyan Vines */ +#define PPP_IPV6 0x0057 /* Internet Protocol version 6 */ #define PPP_HELLO 0x0201 /* 802.1d Hello Packets */ #define PPP_LUXCOM 0x0231 /* Luxcom */ @@ -43,6 +44,7 @@ #define PPP_IPXCP 0x802b /* Novell IPX Control Protocol */ #define PPP_STIICP 0x8033 /* Strean Protocol Control Protocol */ #define PPP_VINESCP 0x8035 /* Banyan Vines Control Protocol */ +#define PPP_IPV6CP 0x8057 /* IPv6 Control Protocol */ #define PPP_LCP 0xc021 /* Link Control Protocol */ #define PPP_PAP 0xc023 /* Password Authentication Protocol */ -- cgit v1.1