Revert "infiniband: fix bitmap for Local CM Response Timeout / Retry Count"

This reverts commit e624445adf.

Bug: 13997
Change-Id: I80c6842f890c7c6e9674a6f51732bf0eadec1de8
Reviewed-on: https://code.wireshark.org/review/23454
Reviewed-by: Anders Broman <a.broman58@gmail.com>
This commit is contained in:
Alexis La Goutte 2017-09-10 14:56:30 +02:00 committed by Anders Broman
parent 74436b5ace
commit 53c9d25694
1 changed files with 2 additions and 2 deletions

View File

@ -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",