summaryrefslogtreecommitdiff
path: root/asn1/gsm_map
diff options
context:
space:
mode:
authorAndersBroman <anders.broman@ericsson.com>2014-08-19 16:02:40 +0200
committerAnders Broman <a.broman58@gmail.com>2014-08-19 14:07:06 +0000
commit93da6170e32e3840abb0fe8a95ad99cc97590ebe (patch)
tree6a894548f26f4594e7b6769a6dda66cae92ce0cd /asn1/gsm_map
parent50413192e378ae7a7e05aa69a0da8226ff80e235 (diff)
downloadwireshark-93da6170e32e3840abb0fe8a95ad99cc97590ebe.tar.gz
Remove unused hf and deprecated API
Change-Id: I5196f2be4b15704517ff1dc8bfacc6f9b52ecd71 Reviewed-on: https://code.wireshark.org/review/3720 Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'asn1/gsm_map')
-rw-r--r--asn1/gsm_map/gsm_map.cnf4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/gsm_map/gsm_map.cnf b/asn1/gsm_map/gsm_map.cnf
index f4fb63751a..3a88b4e150 100644
--- a/asn1/gsm_map/gsm_map.cnf
+++ b/asn1/gsm_map/gsm_map.cnf
@@ -264,8 +264,8 @@ MAP-DialoguePDU B "0.4.0.0.1.1.1.1" "map-DialogueAS"
if(tvb_reported_length(parameter_tvb)==0)
return offset;
- /* Hide the octet string dfault printout */
- PROTO_ITEM_SET_HIDDEN(actx->created_item);
+ /* Hide the octet string default printout */
+ PROTO_ITEM_SET_HIDDEN(actx->created_item);
dissect_e212_imsi(parameter_tvb, actx->pinfo, tree, 0, tvb_reported_length(parameter_tvb), FALSE);