aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/pkixtsp/packet-pkixtsp-template.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-07-23 12:45:24 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-07-23 12:45:24 +0000
commit201b5205df9bded623e3e67682b4cff99bcfb148 (patch)
treea4be54bc2b0830e54c2c9c442293c3cbcb6f9a28 /asn1/pkixtsp/packet-pkixtsp-template.c
parentd35d95395ae63e95744c808829bb5ae1e5a6dd56 (diff)
Get rid of some unused code warnings and fix an Id marking and some indentation changes.
svn path=/trunk/; revision=25803
Diffstat (limited to 'asn1/pkixtsp/packet-pkixtsp-template.c')
-rw-r--r--asn1/pkixtsp/packet-pkixtsp-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/pkixtsp/packet-pkixtsp-template.c b/asn1/pkixtsp/packet-pkixtsp-template.c
index 970488a6c9..1f3c32b71a 100644
--- a/asn1/pkixtsp/packet-pkixtsp-template.c
+++ b/asn1/pkixtsp/packet-pkixtsp-template.c
@@ -144,6 +144,6 @@ void proto_reg_handoff_pkixtsp(void) {
timestamp_query_handle = new_create_dissector_handle(dissect_timestamp_query, proto_pkixtsp);
dissector_add_string("media_type", "application/timestamp-query", timestamp_query_handle);
-/*#include "packet-pkixtsp-dis-tab.c"*/
+#include "packet-pkixtsp-dis-tab.c"
}