aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-noe.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-noe.c')
-rw-r--r--epan/dissectors/packet-noe.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-noe.c b/epan/dissectors/packet-noe.c
index 7c8a913cc8..b3bfb25f34 100644
--- a/epan/dissectors/packet-noe.c
+++ b/epan/dissectors/packet-noe.c
@@ -1652,7 +1652,7 @@ void proto_register_noe(void)
proto_register_field_array(proto_noe, hf_noe, array_length(hf_noe));
- new_register_dissector("noe", dissect_noe, proto_noe);
+ register_dissector("noe", dissect_noe, proto_noe);
/* Common subtree array registration */
proto_register_subtree_array(ett, array_length(ett));