aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rsvp.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-08-25 01:20:32 +0000
committerBill Meier <wmeier@newsguy.com>2012-08-25 01:20:32 +0000
commit5452b8a20c9edcb8b3c712eaf75692c5794b0788 (patch)
tree09f8735406ef453ca4e46fe3e3ccbb48a01a2b88 /epan/dissectors/packet-rsvp.h
parent030604ec29b81906b184a5c50d4999503b9037d6 (diff)
Extern (and use) extended value string instead of the associated value string array.
svn path=/trunk/; revision=44665
Diffstat (limited to 'epan/dissectors/packet-rsvp.h')
-rw-r--r--epan/dissectors/packet-rsvp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-rsvp.h b/epan/dissectors/packet-rsvp.h
index 2ba5f88579..b0a7fcd8a9 100644
--- a/epan/dissectors/packet-rsvp.h
+++ b/epan/dissectors/packet-rsvp.h
@@ -41,6 +41,6 @@ typedef struct rsvp_conversation_info
extern const range_string gmpls_switching_type_rvals[];
extern const range_string gmpls_lsp_enc_rvals[];
extern const value_string gmpls_protection_cap_str[];
-extern const value_string gmpls_sonet_signal_type_str[];
+extern value_string_ext gmpls_sonet_signal_type_str_ext;
#endif