aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-infiniband.c
diff options
context:
space:
mode:
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 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",