aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-openflow.c')
-rw-r--r--epan/dissectors/packet-openflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openflow.c b/epan/dissectors/packet-openflow.c
index b7f9a2d9d6..06d271b265 100644
--- a/epan/dissectors/packet-openflow.c
+++ b/epan/dissectors/packet-openflow.c
@@ -159,7 +159,7 @@ proto_register_openflow(void)
proto_openflow = proto_register_protocol("OpenFlow",
"OpenFlow", "openflow");
- new_register_dissector("openflow", dissect_openflow, proto_openflow);
+ register_dissector("openflow", dissect_openflow, proto_openflow);
/* Required function calls to register the header fields and subtrees */
proto_register_field_array(proto_openflow, hf, array_length(hf));