aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h283
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2007-12-14 14:58:28 +0000
committerJörg Mayer <jmayer@loplof.de>2007-12-14 14:58:28 +0000
commit6869154121e004146946cd12a9e89760e13a041c (patch)
tree3b4ff5ad8ee0148821514b5165dae60491c9e83f /asn1/h283
parent14141c32750869b0e53837d13b31df19105ceafa (diff)
If we implement new style dissectors, register them as such.
svn path=/trunk/; revision=23861
Diffstat (limited to 'asn1/h283')
-rw-r--r--asn1/h283/packet-h283-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/h283/packet-h283-template.c b/asn1/h283/packet-h283-template.c
index c47ad76836..62fddfd443 100644
--- a/asn1/h283/packet-h283-template.c
+++ b/asn1/h283/packet-h283-template.c
@@ -101,7 +101,7 @@ void proto_register_h283(void) {
proto_register_field_array(proto_h283, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- register_dissector(PFNAME, dissect_h283_udp, proto_h283);
+ new_register_dissector(PFNAME, dissect_h283_udp, proto_h283);
h283_udp_handle = find_dissector(PFNAME);
}