https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8004
--- Comment #6 from Vineeth <vineethvijaysv@xxxxxxxxx> 2012-11-22 23:12:43 PST ---
(In reply to comment #4)
> I think 0x80 should be followed by a zero length byte 0x00.
> In the code could you refere to trunk version of packet-ber.c or give more
> context.
I am able to see that the following packet getting decoded correctly (Refer new
attachment):
0xa0 -> MAP-Dialogue-PDU
0x04 -> length: 4 bytes
0xa4 -> map-UserAbortInfo
0x02 -> length: 2 byte
0x80 ->
0x00 -> userSpecificReason
This does seem to be error in the stack implementation of vendor equipment.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.