aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v5.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-openflow_v5.c')
-rw-r--r--epan/dissectors/packet-openflow_v5.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openflow_v5.c b/epan/dissectors/packet-openflow_v5.c
index 5399ceda0d..b3c69e49e1 100644
--- a/epan/dissectors/packet-openflow_v5.c
+++ b/epan/dissectors/packet-openflow_v5.c
@@ -9816,7 +9816,7 @@ proto_register_openflow_v5(void)
proto_openflow_v5 = proto_register_protocol("OpenFlow 1.4",
"openflow_v5", "openflow_v5");
- new_register_dissector("openflow_v5", dissect_openflow_v5, proto_openflow_v5);
+ register_dissector("openflow_v5", dissect_openflow_v5, proto_openflow_v5);
eth_withoutfcs_handle = find_dissector("eth_withoutfcs");