summaryrefslogtreecommitdiff
path: root/asn1/gsm_map/packet-gsm_map-template.c
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2013-11-07 21:08:15 +0000
committerPascal Quantin <pascal.quantin@gmail.com>2013-11-07 21:08:15 +0000
commit696194999e11862f48bcceb31ae750de0b528d48 (patch)
tree524609d8006a50ad889b0e79887e2280fffaa0fa /asn1/gsm_map/packet-gsm_map-template.c
parenta00f13bbc31c05d396a2d06ee90504580c67468a (diff)
downloadwireshark-696194999e11862f48bcceb31ae750de0b528d48.tar.gz
From Vasil Velichkov via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9382 :
Fix dissection of GSM MAPv3 ReportSM_DeliveryStatusRes svn path=/trunk/; revision=53148
Diffstat (limited to 'asn1/gsm_map/packet-gsm_map-template.c')
-rw-r--r--asn1/gsm_map/packet-gsm_map-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/gsm_map/packet-gsm_map-template.c b/asn1/gsm_map/packet-gsm_map-template.c
index 0e64befb50..8988420c7b 100644
--- a/asn1/gsm_map/packet-gsm_map-template.c
+++ b/asn1/gsm_map/packet-gsm_map-template.c
@@ -1492,8 +1492,8 @@ static int dissect_returnResultData(proto_tree *tree, tvbuff_t *tvb, int offset,
case 47: /*reportSM-DeliveryStatus*/
offset=dissect_mc_message(tvb, offset, actx, tree,
FALSE, dissect_gsm_map_ISDN_AddressString, hf_gsm_map_sm_storedMSISDN,
- FALSE, NULL, -1,
- FALSE , dissect_gsm_map_sm_ReportSM_DeliveryStatusRes, -1);/*undefined*/
+ FALSE, dissect_gsm_map_sm_ReportSM_DeliveryStatusRes, -1,
+ FALSE, NULL, -1);/*undefined*/
break;
case 48: /*noteSubscriberPresent*/