aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h501.c
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 /epan/dissectors/packet-h501.c
parent14141c32750869b0e53837d13b31df19105ceafa (diff)
If we implement new style dissectors, register them as such.
svn path=/trunk/; revision=23861
Diffstat (limited to 'epan/dissectors/packet-h501.c')
-rw-r--r--epan/dissectors/packet-h501.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-h501.c b/epan/dissectors/packet-h501.c
index 366b897869..fef28cd15e 100644
--- a/epan/dissectors/packet-h501.c
+++ b/epan/dissectors/packet-h501.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-h501.c */
-/* ../../tools/asn2wrs.py -p h501 -c h501.cnf -s packet-h501-template H501-MESSAGES.asn */
+/* ../../../svn/trunk/tools/asn2wrs.py -p h501 -c ../../../svn/trunk/asn1/h501/h501.cnf -s ../../../svn/trunk/asn1/h501/packet-h501-template -D ../../../svn/trunk/asn1/h501 H501-MESSAGES.asn */
/* Input file: packet-h501-template.c */
@@ -3689,7 +3689,7 @@ void proto_register_h501(void) {
proto_register_field_array(proto_h501, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- register_dissector(PFNAME, dissect_h501_pdu, proto_h501);
+ new_register_dissector(PFNAME, dissect_h501_pdu, proto_h501);
h501_pdu_handle = find_dissector(PFNAME);
h501_udp_handle = new_create_dissector_handle(dissect_h501_udp, proto_h501);