diff options
author | itojun <itojun> | 2000-05-23 16:56:07 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-05-23 16:56:07 +0000 |
commit | 42b516cd604f69c9e163c0896cc15a4a324dd172 (patch) | |
tree | 011138c85d96b7643400d1e98fc0263a01f1e687 /ppp.h | |
parent | f65f095f6157c3be6aff732d832d5e1034b61e1b (diff) | |
download | tcpdump-42b516cd604f69c9e163c0896cc15a4a324dd172.tar.gz |
print IPv6 packets (PPP_IPV6 == 0x0057)
Diffstat (limited to 'ppp.h')
-rw-r--r-- | ppp.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.8 1999-11-21 03:43:56 assar Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.9 2000-05-23 16:56:07 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 /* IPv6 */ #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 */ |