aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-openflow_v5.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-11-18 07:54:48 +0000
committerGuy Harris <guy@alum.mit.edu>2013-11-18 07:54:48 +0000
commit9965f29399a31ff475cd03718bf0a5a2a3bbe3a6 (patch)
treec87b2d1199c36ccd42c8d83556a96cb8c327261b /epan/dissectors/packet-openflow_v5.c
parent2276ff07d2260fda8c725797b6e476b2ef406892 (diff)
You don't get to have three separate protocols all with the name
"OpenFlow 1.3". svn path=/trunk/; revision=53408
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 e62d828465..41e572ac63 100644
--- a/epan/dissectors/packet-openflow_v5.c
+++ b/epan/dissectors/packet-openflow_v5.c
@@ -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);