packet-nvme-rdma: Corrected NVMe Fabrics port number

This patch fixes typo in the NVMe fabrics port number from 4220 to 4420.

Ping-Bug: 13201
Change-Id: Ib0378b894c014ab91065f61c512c4d83fe7fcdb8
Tested-by: paravpandit@yahoo.com
Reviewed-on: https://code.wireshark.org/review/20699
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
This commit is contained in:
Parav Pandit 2017-03-24 11:24:43 -04:00 committed by Michael Mann
parent c78c8dc842
commit e8c7d53067
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ http://www.iana.org/assignments/service-names-port-numbers/service-names-port-nu
#define SID_ULP 0x01
#define SID_PROTO_TCP 0x06
#define NVME_RDMA_TCP_PORT_RANGE "4220"
#define NVME_RDMA_TCP_PORT_RANGE "4420" /* IANA registered */
#define SID_MASK (SID_ULP_MASK | SID_PROTO_MASK)
#define SID_ULP_TCP ((SID_ULP << 3 * 8) | (SID_PROTO_TCP << 2 * 8))