You don't get to have three separate protocols all with the name

"OpenFlow 1.3".

svn path=/trunk/; revision=53408
This commit is contained in:
Guy Harris 2013-11-18 07:54:48 +00:00
parent 2276ff07d2
commit 9965f29399
2 changed files with 3 additions and 3 deletions

View File

@ -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.3" },
{ 0x04, "1.4" },
{ 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.3",
proto_openflow_v4 = proto_register_protocol("OpenFlow 1.4",
"openflow_v4", "openflow_v4");
new_register_dissector("openflow_v4", dissect_openflow_v4, proto_openflow_v4);

View File

@ -8149,7 +8149,7 @@ proto_register_openflow_v5(void)
expert_module_t *expert_openflow_v5;
/* Register the protocol name and description */
proto_openflow_v5 = proto_register_protocol("OpenFlow 1.3",
proto_openflow_v5 = proto_register_protocol("OpenFlow 1.5",
"openflow_v5", "openflow_v5");
new_register_dissector("openflow_v5", dissect_openflow_v5, proto_openflow_v5);