aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-01-04 16:58:07 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-01-04 16:58:07 +0000
commit022b418e40d4780dc9d36437541ca2d905c695e6 (patch)
tree2748b9c81000543776c72e907e365d534901c9c5 /epan/dissectors/packet-e212.h
parent5d7f70bf410349857cedb4b3fdcc9ce22158245c (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 svn path=/trunk/; revision=35360
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);