http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1499
------- Comment #3 from boglarka.gobolos@xxxxxxxxx 2007-03-28 08:46 GMT -------
In message #208 in LocalDescriptor the H.248.1 Annex C TMR property (0x9001)
value is decoded incorretly. Now it says that "TMR: reserved for alternate
speech (service 2)/64 kbit/s unrestricted (service 1) (0x04)". It shows also
incorrectly the decoded byte in the hexdump.
The whole value item is shown correctly in hexdump: 04 03 04 01 02. The correct
interpretation is:
04 03 - value item
04 - type integer -> wireshark interprets this byte as value which is incorrect
behaviour
01 - length
02 - value (in this case H.248.1 Annex C.9 TMR) -> correctly "64 kbit/s
unrestricted"
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.