aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-11-28 17:05:35 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-11-28 17:05:35 +0000
commit947399180fe6fbfc0bf1cd507e04ed62de1ffde7 (patch)
treead611f2dc0e517b6ed7cbb7977e598dbaee13ea8 /epan/dissectors/packet-mpls.h
parent4a00a8ac582bcd6a4e7c23a0c355504b88af8059 (diff)
from Shobhank Sharma:
- Removed some mpls preferences which are no longer relevant/needed like decode PWAC payloads as PPP traffic and assume all channel types except 0x21 are raw BFD. - MPLS extension from PW-ACH to MPLS Generic Associated Channel as per RFC 5586 - Updated Pseudowire Associated Channel Types as per http://www.iana.org/assignments/pwe3-parameters - Updated the VCCV bitmaps as per RFC 5885 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6574 svn path=/trunk/; revision=40026
Diffstat (limited to 'epan/dissectors/packet-mpls.h')
-rw-r--r--epan/dissectors/packet-mpls.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mpls.h b/epan/dissectors/packet-mpls.h
index 238599dbc1..46e330a313 100644
--- a/epan/dissectors/packet-mpls.h
+++ b/epan/dissectors/packet-mpls.h
@@ -5,6 +5,8 @@
*
* (c) Copyright 2006, _FF_ Francesco Fondelli <francesco.fondelli@gmail.com>
* added MPLS OAM support, ITU-T Y.1711
+ * (c) Copyright 2011, Shobhank Sharma <ssharma5@ncsu.edu>
+ * added MPLS Generic Associated Channel as per RFC 5586
*
* $Id$
*
@@ -38,7 +40,8 @@ enum {
LABEL_IMPLICIT_NULL,
LABEL_OAM_ALERT = 14,
LABEL_MAX_RESERVED = 15,
- LABEL_INVALID = 0xffffffff
+ LABEL_GACH = 13,
+ LABEL_INVALID = 0xffffffff
};
extern const value_string special_labels[];