aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-09-10 14:56:30 +0200
committerAnders Broman <a.broman58@gmail.com>2017-09-10 19:56:04 +0000
commit53c9d25694c2859061e46f3df97d9f89c8cca5c9 (patch)
tree7f98b9400b62979747176373d624b103cb253b1a /epan/dissectors/packet-infiniband.c
parent74436b5ace977279b659dc2420305ea5a423e9ee (diff)
Revert "infiniband: fix bitmap for Local CM Response Timeout / Retry Count"
This reverts commit e624445adff8aa10ca6663e653b13ecd5c7db8d2. Bug: 13997 Change-Id: I80c6842f890c7c6e9674a6f51732bf0eadec1de8 Reviewed-on: https://code.wireshark.org/review/23454 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 a8c77b6203..ac1a6d0709 100644
--- a/epan/dissectors/packet-infiniband.c
+++ b/epan/dissectors/packet-infiniband.c
@@ -6016,11 +6016,11 @@ void proto_register_infiniband(void)
},
{&hf_cm_req_local_cm_resp_to, {
"Local CM Response Timeout", "infiniband.cm.req.localresptout",
- FT_UINT8, BASE_HEX, NULL, 0xE0, NULL, HFILL}
+ FT_UINT8, BASE_HEX, NULL, 0xf8, NULL, HFILL}
},
{&hf_cm_req_retry_count, {
"Retry Count", "infiniband.cm.req.retrcount",
- FT_UINT8, BASE_HEX, NULL, 0x1F, NULL, HFILL}
+ FT_UINT8, BASE_HEX, NULL, 0x7, NULL, HFILL}
},
{&hf_cm_req_pkey, {
"Partition Key", "infiniband.cm.req.pkey",