aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-08-27 17:50:53 +0200
committerAnders Broman <a.broman58@gmail.com>2017-08-28 05:51:34 +0000
commit74a79b28b0a8c43ff6e198fc1993a40032a3d907 (patch)
tree0c4d869435199d1beff950d5ea765507ab505617 /epan/dissectors/packet-infiniband.c
parentdb04fef13fb57050f47994beaad3115dc174746e (diff)
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>
Diffstat (limited to 'epan/dissectors/packet-infiniband.c')
-rw-r--r--epan/dissectors/packet-infiniband.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-infiniband.c b/epan/dissectors/packet-infiniband.c
index eed67b5dd7..b65704ec8c 100644
--- a/epan/dissectors/packet-infiniband.c
+++ b/epan/dissectors/packet-infiniband.c
@@ -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",