aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/qsig/packet-qsig-template.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/asn1/qsig/packet-qsig-template.c')
-rw-r--r--epan/dissectors/asn1/qsig/packet-qsig-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/asn1/qsig/packet-qsig-template.c b/epan/dissectors/asn1/qsig/packet-qsig-template.c
index 578a9c6cfd..b7d3fb4a4d 100644
--- a/epan/dissectors/asn1/qsig/packet-qsig-template.c
+++ b/epan/dissectors/asn1/qsig/packet-qsig-template.c
@@ -674,7 +674,7 @@ void proto_register_qsig(void) {
qsig_ie5_handle = register_dissector(PFNAME "_ie_cs5", dissect_qsig_ie_cs5, proto_qsig);
/* Register dissector tables */
- extension_dissector_table = register_dissector_table("qsig.ext", "QSIG Extension", proto_qsig, FT_STRING, BASE_NONE);
+ extension_dissector_table = register_dissector_table("qsig.ext", "QSIG Extension", proto_qsig, FT_STRING, STRING_CASE_SENSITIVE);
}