aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
diff options
context:
space:
mode:
authorJoakim Karlsson <oakimk@gmail.com>2016-10-27 21:18:13 +0200
committerAnders Broman <a.broman58@gmail.com>2016-10-28 11:05:51 +0000
commit3c55e120dbe84cece70a40440b27b897fabe0f04 (patch)
treecb3b8ecd5ff27681a9402d306cf46dfcdadef978 /epan/dissectors/packet-e212.c
parent33f8c27769d8f57a13c040c52e76f3e2392c9ca5 (diff)
diameter: improvement of AVP 18
Will now show country and operator Change-Id: Ic16623c226228ab0c3e31d33cda81953c80551d6 Reviewed-on: https://code.wireshark.org/review/18512 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-e212.c')
-rw-r--r--epan/dissectors/packet-e212.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-e212.c b/epan/dissectors/packet-e212.c
index 8cc31032bc..05fc06feca 100644
--- a/epan/dissectors/packet-e212.c
+++ b/epan/dissectors/packet-e212.c
@@ -3099,7 +3099,7 @@ dissect_e212_mcc_mnc_high_nibble(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tr
return 5;
}
-static int
+int
dissect_e212_mcc_mnc_in_utf8_address(tvbuff_t *tvb, packet_info *pinfo _U_, proto_tree *tree, int offset)
{
guint16 mcc = 0, mnc = 0;