aboutsummaryrefslogtreecommitdiffstats
path: root/ppp.h
diff options
context:
space:
mode:
authorhannes <hannes>2004-06-16 08:20:28 +0000
committerhannes <hannes>2004-06-16 08:20:28 +0000
commit405ab1a9312c678758897f1da18f0ca961fdede2 (patch)
treef1ededb6a5717fb518f8b7a73fa234a7a518e9ce /ppp.h
parent93306079a311d293e56d7bb81ded1716c7efc309 (diff)
add baseline support for MPLS protocol and per-label filtering
Diffstat (limited to 'ppp.h')
-rw-r--r--ppp.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/ppp.h b/ppp.h
index 4353b79..6bd4d96 100644
--- a/ppp.h
+++ b/ppp.h
@@ -1,4 +1,4 @@
-/* @(#) $Header: /tcpdump/master/libpcap/ppp.h,v 1.8 1999-10-19 15:18:31 itojun Exp $ (LBL) */
+/* @(#) $Header: /tcpdump/master/libpcap/ppp.h,v 1.9 2004-06-16 08:20:28 hannes Exp $ (LBL) */
/*
* Point to Point Protocol (PPP) RFC1331
*
@@ -35,6 +35,8 @@
#define PPP_HELLO 0x0201 /* 802.1d Hello Packets */
#define PPP_LUXCOM 0x0231 /* Luxcom */
#define PPP_SNS 0x0233 /* Sigma Network Systems */
+#define PPP_MPLS_UCAST 0x0281 /* rfc 3032 */
+#define PPP_MPLS_MCAST 0x0283 /* rfc 3022 */
#define PPP_IPCP 0x8021 /* IP Control Protocol */
#define PPP_OSICP 0x8023 /* OSI Network Layer Control Protocol */
@@ -45,6 +47,7 @@
#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_MPLSCP 0x8281 /* rfc 3022 */
#define PPP_LCP 0xc021 /* Link Control Protocol */
#define PPP_PAP 0xc023 /* Password Authentication Protocol */