aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2017-08-23 21:01:17 +0200
committerAnders Broman <a.broman58@gmail.com>2017-08-24 04:59:12 +0000
commite624445adff8aa10ca6663e653b13ecd5c7db8d2 (patch)
treef333fcf63125d0e93ee6f2da89f295b4b6861c7d
parent9dbfa6a1ea5a12bbb899a2e1ada032e227289677 (diff)
infiniband: fix bitmap for Local CM Response Timeout / Retry Count
Issue reported by Yao Lin Ping-Bug: 13997 Change-Id: I84fbf70b1871ce740f52b1b9dd9c1b8ed2af41e3 Reviewed-on: https://code.wireshark.org/review/23183 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Anders Broman <a.broman58@gmail.com>
-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 da57f318b7..c1fc335b15 100644
--- a/epan/dissectors/packet-infiniband.c
+++ b/epan/dissectors/packet-infiniband.c
@@ -5929,11 +5929,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, 0xf8, NULL, HFILL}
+ FT_UINT8, BASE_HEX, NULL, 0xE0, NULL, HFILL}
},
{&hf_cm_req_retry_count, {
"Retry Count", "infiniband.cm.req.retrcount",
- FT_UINT8, BASE_HEX, NULL, 0x7, NULL, HFILL}
+ FT_UINT8, BASE_HEX, NULL, 0x1F, NULL, HFILL}
},
{&hf_cm_req_pkey, {
"Partition Key", "infiniband.cm.req.pkey",