summaryrefslogtreecommitdiff
path: root/asn1/q932/packet-q932-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/q932/packet-q932-template.c')
-rw-r--r--asn1/q932/packet-q932-template.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/asn1/q932/packet-q932-template.c b/asn1/q932/packet-q932-template.c
index e1cf733d6d..5dbf523f72 100644
--- a/asn1/q932/packet-q932-template.c
+++ b/asn1/q932/packet-q932-template.c
@@ -163,13 +163,13 @@ dissect_q932_facility_ie(tvbuff_t *tvb, int offset, packet_info *pinfo, proto_tr
case BER_CLASS_CON:
switch (tag) {
case 10 : /* Network Facility Extension */
- dissect_NetworkFacilityExtension_PDU(next_tvb, pinfo, tree);
+ dissect_NetworkFacilityExtension_PDU(next_tvb, pinfo, tree, NULL);
break;
case 18 : /* Network Protocol Profile */
- dissect_NetworkProtocolProfile_PDU(next_tvb, pinfo, tree);
+ dissect_NetworkProtocolProfile_PDU(next_tvb, pinfo, tree, NULL);
break;
case 11 : /* Interpretation Component */
- dissect_InterpretationComponent_PDU(next_tvb, pinfo, tree);
+ dissect_InterpretationComponent_PDU(next_tvb, pinfo, tree, NULL);
break;
/* ROSE APDU */
case 1 : /* invoke */