aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-isup.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-isup.c')
-rw-r--r--epan/dissectors/packet-isup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-isup.c b/epan/dissectors/packet-isup.c
index 3158d739fc..9b524b6755 100644
--- a/epan/dissectors/packet-isup.c
+++ b/epan/dissectors/packet-isup.c
@@ -4907,7 +4907,7 @@ dissect_isup_application_transport_parameter(tvbuff_t *parameter_tvb, packet_inf
switch(aci16 & 0x7fff) {
case 3:
/* Charging ASE */
- dissect_charging_ase_ChargingMessageType_PDU(next_tvb, pinfo, parameter_tree);
+ dissect_charging_ase_ChargingMessageType_PDU(next_tvb, pinfo, parameter_tree, NULL);
break;
case 5:
/* dissect BAT ASE element, without transparent data (Q.765.5-200006) */