Bug ID |
11512
|
Summary |
Infiniband MCMemberRecord JoinState field at incorrect location
|
Product |
Wireshark
|
Version |
1.12.7
|
Hardware |
All
|
OS |
All
|
Status |
UNCONFIRMED
|
Severity |
Minor
|
Priority |
Low
|
Component |
Dissection engine (libwireshark)
|
Assignee |
[email protected]
|
Reporter |
[email protected]
|
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
The field infiniband.mcmemberrecord.joinstate is not being read correctly. It
should share a byte with the Scope field (the Scope field taking the upper 4
bits and JoinState taking the bottom 4 bits), but instead, both the Scope and
JoinState appear to be reading the upper 4 bits, which is clearly not right.
See pages 992-993 of the Infiniband spec Vol 1 version 1.3 for exact offset
information.
You are receiving this mail because:
- You are watching all bug changes.