aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/sabp
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/sabp
parent36aca292fb9ee3ce47203958ebc879665db3027a (diff)
[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/sabp')
-rw-r--r--asn1/sabp/sabp.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/sabp/sabp.cnf b/asn1/sabp/sabp.cnf
index 873946cd53..a527218d9e 100644
--- a/asn1/sabp/sabp.cnf
+++ b/asn1/sabp/sabp.cnf
@@ -165,7 +165,7 @@ Error-Indication N sabp.proc.imsg id-Error-Indication
if (!parameter_tvb)
return offset;
subtree = proto_item_add_subtree(actx->created_item, ett_sabp_e212);
- dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, subtree, 0, FALSE);
+ dissect_e212_mcc_mnc(parameter_tvb, actx->pinfo, subtree, 0, E212_NONE, FALSE);
#.FN_BODY Data-Coding-Scheme VAL_PTR = &parameter_tvb
tvbuff_t *parameter_tvb=NULL;