summaryrefslogtreecommitdiff
path: root/asn1/dsp
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-30 13:11:14 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-30 13:11:14 +0000
commitb5f27288113658f67d4df33d6e357cb86d221789 (patch)
treefaf2ef90df63435b7bd6d20c351c9570197cf48d /asn1/dsp
parentb9524c35d1e413962da2d70c14fb6613f3ad0ba7 (diff)
downloadwireshark-b5f27288113658f67d4df33d6e357cb86d221789.tar.gz
Default enable DSP.
svn path=/trunk/; revision=31129
Diffstat (limited to 'asn1/dsp')
-rw-r--r--asn1/dsp/packet-dsp-template.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/asn1/dsp/packet-dsp-template.c b/asn1/dsp/packet-dsp-template.c
index 25cfdc06ba..2c5ed55435 100644
--- a/asn1/dsp/packet-dsp-template.c
+++ b/asn1/dsp/packet-dsp-template.c
@@ -287,9 +287,6 @@ void proto_register_dsp(void) {
/* Register protocol */
proto_dsp = proto_register_protocol(PNAME, PSNAME, PFNAME);
- /* initially disable the protocol */
- proto_set_decoding(proto_dsp, FALSE);
-
register_dissector("dsp", dissect_dsp, proto_dsp);
/* Register fields and subtrees */