aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-wfleet-hdlc.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-wfleet-hdlc.c')
-rw-r--r--epan/dissectors/packet-wfleet-hdlc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-wfleet-hdlc.c b/epan/dissectors/packet-wfleet-hdlc.c
index 90e7cb322a..6ba9c59859 100644
--- a/epan/dissectors/packet-wfleet-hdlc.c
+++ b/epan/dissectors/packet-wfleet-hdlc.c
@@ -98,7 +98,7 @@ proto_register_wfleet_hdlc(void)
proto_register_field_array(proto_wfleet_hdlc, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
- new_register_dissector("wfleet_hdlc", dissect_wfleet_hdlc, proto_wfleet_hdlc);
+ register_dissector("wfleet_hdlc", dissect_wfleet_hdlc, proto_wfleet_hdlc);
}