aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tzsp.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2009-05-26 17:10:49 +0000
committerStephen Fisher <steve@stephen-fisher.com>2009-05-26 17:10:49 +0000
commitcebc358d0950c567b5c80f9ccf3f158a7c976efa (patch)
treed1ed90a94bc034ba54914c96a1c7562660d41aa8 /epan/dissectors/packet-tzsp.c
parent2b4f5b8c597e9cd6333bf2ce5b942505e23046e2 (diff)
Make the TZSP dissector register itself for find_dissector.
svn path=/trunk/; revision=28491
Diffstat (limited to 'epan/dissectors/packet-tzsp.c')
-rw-r--r--epan/dissectors/packet-tzsp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tzsp.c b/epan/dissectors/packet-tzsp.c
index f8bc08df50..bfa0d7dd8d 100644
--- a/epan/dissectors/packet-tzsp.c
+++ b/epan/dissectors/packet-tzsp.c
@@ -501,6 +501,7 @@ proto_register_tzsp(void)
"tzsp");
proto_register_field_array(proto_tzsp, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
+ register_dissector("tzsp", dissect_tzsp, proto_tzsp);
}