aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/cdt/packet-cdt-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/cdt/packet-cdt-template.c')
-rw-r--r--asn1/cdt/packet-cdt-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/cdt/packet-cdt-template.c b/asn1/cdt/packet-cdt-template.c
index 71fb4d5c38..355737d926 100644
--- a/asn1/cdt/packet-cdt-template.c
+++ b/asn1/cdt/packet-cdt-template.c
@@ -92,7 +92,7 @@ void dissect_cdt (tvbuff_t *tvb, packet_info *pinfo, proto_tree *parent_tree)
col_set_str (pinfo->cinfo, COL_PROTOCOL, "CDT");
col_clear (pinfo->cinfo, COL_INFO);
- dissect_CompressedData_PDU (tvb, pinfo, tree);
+ dissect_CompressedData_PDU (tvb, pinfo, tree, NULL);
}
void proto_register_cdt (void) {