infiniband: fix bitmap for Remote CM Response Timeout / Transport Service Type

Issue reported by Yao Lin

Ping-Bug: 13997
Change-Id: Ia90e58826c228500da0177fa2b8b90ec9ec2ff74
Reviewed-on: https://code.wireshark.org/review/23237
Reviewed-by: Michael Mann <mmann78@netscape.net>
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-08-27 17:50:53 +02:00 committed by Anders Broman
parent db04fef13f
commit 74a79b28b0
1 changed files with 2 additions and 2 deletions

View File

@ -5913,11 +5913,11 @@ void proto_register_infiniband(void)
},
{&hf_cm_req_remote_cm_resp_to, {
"Remote CM Response Timeout", "infiniband.cm.req.remoteresptout",
FT_UINT8, BASE_HEX, NULL, 0x1f, NULL, HFILL}
FT_UINT8, BASE_HEX, NULL, 0xF8, NULL, HFILL}
},
{&hf_cm_req_transp_serv_type, {
"Transport Service Type", "infiniband.cm.req.transpsvctype",
FT_UINT8, BASE_HEX, NULL, 0x60, NULL, HFILL}
FT_UINT8, BASE_HEX, NULL, 0x06, NULL, HFILL}
},
{&hf_cm_req_e2e_flow_ctrl, {
"End-to-End Flow Control", "infiniband.cm.req.e2eflowctrl",