Comment # 13
on bug 10753
from Anish Bhatt
> Bit 0 is least significant (i.e. counting from RHS), so in the context of
> pn_io_channel_properties_maintenance the correct implementation should be
> according to comment #9. The changes to interpretation of SubmoduleState
> field should be reverted.
Got it, I was unable to guess endianness without access to spec, current
implementation is reading it as a two bit value instead of addressing
individual bits.
See https://code.wireshark.org/review/6335
You are receiving this mail because:
- You are watching all bug changes.