aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mpls.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-31 05:09:37 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2006-03-31 05:09:37 +0000
commit58625b72648a1a05f13febb4f64dac95f87aefd4 (patch)
tree10229396a68648bfaa734c63a2c5c029d1c0decd /epan/dissectors/packet-mpls.h
parente24f40649c7c3351cf3838dcd234605d3f7a2415 (diff)
From Francesco Fondelli:
you find attached a patch for dissecting MPLS OAM pdus as defind in Y.1711 ITU-T doc. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17779 f5534014-38df-0310-8fa8-9805f1628bb7
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 48b8b36e31..de84fa5929 100644
--- a/epan/dissectors/packet-mpls.h
+++ b/epan/dissectors/packet-mpls.h
@@ -3,6 +3,9 @@
* Author: Carlos Pignataro <cpignata@cisco.com>
* Copyright 2005, cisco Systems, Inc.
*
+ * (c) Copyright 2006, _FF_ Francesco Fondelli <francesco.fondelli@gmail.com>
+ * added MPLS OAM support, ITU-T Y.1711
+ *
* $Id$
*
* Ethereal - Network traffic analyzer
@@ -33,7 +36,7 @@ enum {
LABEL_ROUTER_ALERT,
LABEL_IP6_EXPLICIT_NULL,
LABEL_IMPLICIT_NULL,
-
+ LABEL_OAM_ALERT = 14,
LABEL_MAX_RESERVED = 15
};