diff options
author | itojun <itojun> | 2000-08-18 07:44:45 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-08-18 07:44:45 +0000 |
commit | 1d0f6323541e2e395e9c986a9a59cf85dabb7939 (patch) | |
tree | 255d639e8b9c3c8b83013d9ee1a61a95b8ff6a3c /ppp.h | |
parent | 1c332d99474597c507a25369c746d7c6ad0ce119 (diff) | |
download | tcpdump-1d0f6323541e2e395e9c986a9a59cf85dabb7939.tar.gz |
more detailed output in ppp/pppoe/l2tp.
From: Motonori Shindo <mshindo@mshindo.net>
Diffstat (limited to 'ppp.h')
-rw-r--r-- | ppp.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,4 @@ -/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.9 2000-05-23 16:56:07 itojun Exp $ (LBL) */ +/* @(#) $Header: /tcpdump/master/tcpdump/ppp.h,v 1.10 2000-08-18 07:44:45 itojun Exp $ (LBL) */ /* * Point to Point Protocol (PPP) RFC1331 * @@ -45,9 +45,14 @@ #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_CCP 0x80fd /* Compress Control Protocol */ #define PPP_LCP 0xc021 /* Link Control Protocol */ #define PPP_PAP 0xc023 /* Password Authentication Protocol */ #define PPP_LQM 0xc025 /* Link Quality Monitoring */ #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 */ + extern struct tok ppptype2str[]; |