https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4251
--- Comment #3 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2009-11-19 02:04:36 PDT ---
Hi,
In the 2008-09 version it was defined as
ENBname ::= OCTET STRING
In WS version it is defined as
ENBname ::= PrintableString (SIZE (1..150,...))
WS was trying to read the octet string and see if it was all ASCII characters
and then print it. When I remove this special handling I get this result:
value
0000 00 80 68 69
Octet String Length: 1
00
ENBname: \200
80
So it looks like the ENBname is worongly encoded...
Regards
Anders
P.S I've checked in a fix in revision 31014.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.