aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-19 09:48:49 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2004-06-19 09:48:49 +0000
commit04f5a286dff50e1bae223e6a128f036995da63ba (patch)
treee6d201eff7708b8358307ca2f7b9b5577fd743ed /packet-rsvp.c
parent46781ab96826c52877096fa73af1b53b8930ebf9 (diff)
From Carles Kishimoto: add support for GMPLS extensions, as per the I-D
draft-ietf-ccamp-ospf-gmpls-extensions-12. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11185 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-rsvp.c')
-rw-r--r--packet-rsvp.c14
1 files changed, 13 insertions, 1 deletions
diff --git a/packet-rsvp.c b/packet-rsvp.c
index 7a2b45206c..06188f52f2 100644
--- a/packet-rsvp.c
+++ b/packet-rsvp.c
@@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-rsvp.c,v 1.90 2004/06/19 00:07:22 guy Exp $
+ * $Id: packet-rsvp.c,v 1.91 2004/06/19 09:48:49 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -557,6 +557,18 @@ const value_string gmpls_switching_type_str[] = {
{ 0, NULL }
};
+const value_string gmpls_protection_cap_str[] = {
+ { 1, "Extra Traffic"},
+ { 2, "Unprotected"},
+ { 4, "Shared"},
+ { 8, "Dedicated 1:1"},
+ {16, "Dedicated 1+1"},
+ {32, "Enhanced"},
+ {64, "Reserved"},
+ {128,"Reserved"},
+ { 0, NULL }
+};
+
static const value_string gmpls_gpid_str[] = {
{ 5, "Asynchronous mapping of E3 (SDH)"},
{ 8, "Bit synchronous mapping of E3 (SDH)"},