]> git.samba.org - metze/wireshark/wip.git/commit
IANA assigned port number 6653 to OpenFlow. However, applications
authorFrancesco Fondelli <francesco.fondelli@gmail.com>
Wed, 2 Apr 2014 12:12:01 +0000 (14:12 +0200)
committerAlexis La Goutte <alexis.lagoutte@gmail.com>
Sun, 6 Apr 2014 17:21:20 +0000 (17:21 +0000)
commite60ed4fc304c05bb8063d23c8a4032b62f9fadb7
treeacf85bc90f8308cb4d20f1a087b1924d90f94a96
parent564730120ee757ebe1a70ee0dd9e08b6674d4799
IANA assigned port number 6653 to OpenFlow.  However, applications
(e.g. opendaylight, nox, openvswitch, etc) still use legacy port
numbers.  The most common are 6633 and 6634.  This patch adds a
simple heuristic logic and uses the current uint preference as
additional input.  In most cases no user intervention is needed and
OpenFlow is automatically detected/dissected.

Change-Id: Iebf09b7b870efe9d52421b9acc238208d25d4565
Signed-off-by: Francesco Fondelli <francesco.fondelli@gmail.com>
Reviewed-on: https://code.wireshark.org/review/921
Reviewed-by: Hadriel Kaplan <hadrielk@yahoo.com>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
AUTHORS
epan/dissectors/packet-openflow.c