OpenFlow: Capatilize O and F of OpenFlow (when use Decode as)

Remove also a trailing whitespace in OpenFlow TCP port preference

Change-Id: I5c3f42e634e0fee4fecf1a7f2dd1c75a68165b45
Reviewed-on: https://code.wireshark.org/review/6113
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Alexis La Goutte 2014-12-29 10:17:04 +01:00 committed by Michael Mann
parent 10bfe2c43f
commit 211789cfe0
1 changed files with 2 additions and 2 deletions

View File

@ -161,7 +161,7 @@ proto_register_openflow(void)
/* Register the protocol name and description */
proto_openflow = proto_register_protocol("OpenFlow",
"openflow", "openflow");
"OpenFlow", "openflow");
new_register_dissector("openflow", dissect_openflow, proto_openflow);
@ -174,7 +174,7 @@ proto_register_openflow(void)
/* Register port preference */
prefs_register_uint_preference(openflow_module, "tcp.port", "OpenFlow TCP port",
" OpenFlow TCP port (6653 is the IANA assigned port)",
"OpenFlow TCP port (6653 is the IANA assigned port)",
10, &g_openflow_port);
/* Register heuristic preference */