summaryrefslogtreecommitdiff
path: root/asn1/qsig
diff options
context:
space:
mode:
Diffstat (limited to 'asn1/qsig')
-rw-r--r--asn1/qsig/qsig.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/qsig/qsig.cnf b/asn1/qsig/qsig.cnf
index e181d8a02c..081888ed0f 100644
--- a/asn1/qsig/qsig.cnf
+++ b/asn1/qsig/qsig.cnf
@@ -146,7 +146,7 @@ NameData TYPE = FT_STRING DISPLAY = BASE_NONE
tvbuff_t *next_tvb;
next_tvb = tvb_new_subset_remaining(tvb, offset);
- if (!dissector_try_string(extension_dissector_table, extension_oid, next_tvb, actx->pinfo, tree)) {
+ if (!dissector_try_string(extension_dissector_table, extension_oid, next_tvb, actx->pinfo, tree, NULL)) {
proto_item *item=NULL;
proto_tree *next_tree=NULL;