aboutsummaryrefslogtreecommitdiffstats
path: root/packet-rsvp.c
diff options
context:
space:
mode:
authorAshok Narayanan <ashokn@cisco.com>2002-02-14 02:32:14 +0000
committerAshok Narayanan <ashokn@cisco.com>2002-02-14 02:32:14 +0000
commit00d1c463ee53f9fe2cf9c424b8c18b4b69c0b6d7 (patch)
tree3b8e5869aa49a111f70a2caf059bcec80193855b /packet-rsvp.c
parentff9f006274f3bb35c54f1421ec975cf9c478e138 (diff)
downloadwireshark-00d1c463ee53f9fe2cf9c424b8c18b4b69c0b6d7.tar.gz
wireshark-00d1c463ee53f9fe2cf9c424b8c18b4b69c0b6d7.tar.bz2
wireshark-00d1c463ee53f9fe2cf9c424b8c18b4b69c0b6d7.zip
GMPLS extensions for OSPF Opaque LSAs
svn path=/trunk/; revision=4730
Diffstat (limited to 'packet-rsvp.c')
-rw-r--r--packet-rsvp.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/packet-rsvp.c b/packet-rsvp.c
index 55041398e3..bdae8e4b2c 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.54 2002/02/02 11:52:41 guy Exp $
+ * $Id: packet-rsvp.c,v 1.55 2002/02/14 02:32:14 ashokn Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -369,7 +369,7 @@ static value_string adspec_params[] = {
{ 0, NULL }
};
-static const value_string gmpls_lsp_enc_str[] = {
+const value_string gmpls_lsp_enc_str[] = {
{ 1, "Packet"},
{ 2, "Ethernet v2/DIX"},
{ 3, "ANSI PDH"},
@@ -384,7 +384,7 @@ static const value_string gmpls_lsp_enc_str[] = {
{ 0, NULL }
};
-static const value_string gmpls_switching_type_str[] = {
+const value_string gmpls_switching_type_str[] = {
{ 1, "Packet-Switch Capable-1 (PSC-1)"},
{ 2, "Packet-Switch Capable-2 (PSC-2)"},
{ 3, "Packet-Switch Capable-3 (PSC-3)"},