aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-04 16:58:07 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-04 16:58:07 +0000
commit8095dd7f15da9e579298e5fcca90c0c4134a5b96 (patch)
tree2748b9c81000543776c72e907e365d534901c9c5 /epan/dissectors/packet-e212.h
parentf08b8501324054264c1150a8585a09da1afcea60 (diff)
Introduce dissect_e212_mcc_mnc_ep_str()
Which can be useful to make nice lables like: + Serving Network : MCC 311 United States of America, MNC 28 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35360 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-e212.h')
-rw-r--r--epan/dissectors/packet-e212.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-e212.h b/epan/dissectors/packet-e212.h
index da677dc9a1..9efbf158af 100644
--- a/epan/dissectors/packet-e212.h
+++ b/epan/dissectors/packet-e212.h
@@ -30,6 +30,7 @@
extern value_string_ext E212_codes_ext;
+gchar* dissect_e212_mcc_mnc_ep_str(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, gboolean little_endian);
int dissect_e212_mcc_mnc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset, gboolean little_endian);
int dissect_e212_mcc_mnc_in_address(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, int offset);