Comment # 5
on bug 8164
from Pascal Quantin
Note that the field description in Wireshark GUI clearly specify the meaning of
the "Length" field: "Length of fixed portion of PDU".
And the LSB is described as: "Whether a dynamic length blob follows"
Maybe a good tradeoff could be to change the current output:
Session Setup Response (0x01)
Length: 8
.... .... .... ...1 = Dynamic Part: True
Session Flags: 0x0000
To something like this:
Session Setup Response (0x01)
StructureSize: 0x0009
0000 0000 0000 100. = Fixed part length: 8
.... .... .... ...1 = Dynamic Part: True
Session Flags: 0x0000
You are receiving this mail because:
- You are watching all bug changes.