aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-03-19 12:57:21 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-03-19 12:57:21 +0000
commit5252d989d66f6e5aed6f138e22ac8ca483b372a4 (patch)
tree06a9137b7517a0115bb209e9186dfa31add26318 /epan/dissectors/packet-gtp.h
parent7f9a9c62da264f2025227eb781fe20ac71be3c7a (diff)
Update cause values and export the extended value string.
svn path=/trunk/; revision=41672
Diffstat (limited to 'epan/dissectors/packet-gtp.h')
-rw-r--r--epan/dissectors/packet-gtp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-gtp.h b/epan/dissectors/packet-gtp.h
index aa0cdc7161..8b2057e7ab 100644
--- a/epan/dissectors/packet-gtp.h
+++ b/epan/dissectors/packet-gtp.h
@@ -138,4 +138,6 @@ typedef struct gtp_msg_hash_entry {
#define GTP_MSG_END_MARKER 0xFE /* 254 */
#define GTP_MSG_TPDU 0xFF
+extern value_string_ext cause_type_ext;
+
#endif /* __PACKET_GTP_H*/