aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v4.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-openflow_v4.c')
-rw-r--r--epan/dissectors/packet-openflow_v4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-openflow_v4.c b/epan/dissectors/packet-openflow_v4.c
index 309f023997..194ab8e7ef 100644
--- a/epan/dissectors/packet-openflow_v4.c
+++ b/epan/dissectors/packet-openflow_v4.c
@@ -7864,7 +7864,7 @@ proto_register_openflow_v4(void)
proto_openflow_v4 = proto_register_protocol("OpenFlow 1.3",
"openflow_v4", "openflow_v4");
- new_register_dissector("openflow_v4", dissect_openflow_v4, proto_openflow_v4);
+ register_dissector("openflow_v4", dissect_openflow_v4, proto_openflow_v4);
eth_withoutfcs_handle = find_dissector("eth_withoutfcs");