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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-openflow_v4.c b/epan/dissectors/packet-openflow_v4.c
index f595ac2e59..d95f93d828 100644
--- a/epan/dissectors/packet-openflow_v4.c
+++ b/epan/dissectors/packet-openflow_v4.c
@@ -730,7 +730,7 @@ static expert_field ei_openflow_v4_queue_prop_undecoded = EI_INIT;
static expert_field ei_openflow_v4_message_undecoded = EI_INIT;
static const value_string openflow_v4_version_values[] = {
- { 0x04, "1.4" },
+ { 0x04, "1.3" },
{ 0, NULL }
};
@@ -7870,7 +7870,7 @@ proto_register_openflow_v4(void)
expert_module_t *expert_openflow_v4;
/* Register the protocol name and description */
- proto_openflow_v4 = proto_register_protocol("OpenFlow 1.4",
+ proto_openflow_v4 = proto_register_protocol("OpenFlow 1.3",
"openflow_v4", "openflow_v4");
new_register_dissector("openflow_v4", dissect_openflow_v4, proto_openflow_v4);