ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 4251] IE "eNBName" is not able to decoded in S1SetupReques

Date: Thu, 19 Nov 2009 02:04:37 -0800 (PST)
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.