summaryrefslogtreecommitdiff
path: root/asn1/gprscdr
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2015-01-14 13:47:08 +0100
committerAnders Broman <a.broman58@gmail.com>2015-01-14 13:37:14 +0000
commit20e2c05d9b380158bfa27dcb94dd23ba7cad3ec6 (patch)
treee509621172bdceb10291db72d92ed6cac6d75384 /asn1/gprscdr
parent36aca292fb9ee3ce47203958ebc879665db3027a (diff)
downloadwireshark-20e2c05d9b380158bfa27dcb94dd23ba7cad3ec6.tar.gz
[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as an
argument. While at it remove deprecated APIs Change-Id: Ib1a7e9d7aeba6379fb4492816a0ac602e67493c6 Reviewed-on: https://code.wireshark.org/review/6534 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1/gprscdr')
-rw-r--r--asn1/gprscdr/gprscdr.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/gprscdr/gprscdr.cnf b/asn1/gprscdr/gprscdr.cnf
index b622dce0c1..8f6fda1289 100644
--- a/asn1/gprscdr/gprscdr.cnf
+++ b/asn1/gprscdr/gprscdr.cnf
@@ -151,7 +151,7 @@ GPRSRecord
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_gprscdr_plmn_id);
- dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, subtree, 0, TRUE);
+ dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, subtree, 0, E212_NONE, TRUE);
#.FN_BODY GPRSRecord VAL_PTR = &branch_taken
proto_item *item;