Wireshark-bugs: [Wireshark-bugs] [Bug 6706] Patch to correctly format IMSI, IMEI and mobile cell

Date: Thu, 5 Jan 2012 00:07:03 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6706

--- Comment #2 from Tobias Witek <witek@xxxxxx> 2012-01-05 00:07:02 PST ---
Hi,

hm... didn't know about that function, thanks for pointing it out! I tried it
and for IMSI and IMEI it seems to work just fine.

Before I supply an updated patch: Does a similar function also exist for the
mobile cell? tvb_bcd_dig_to_ep_str() doesn't work in that case, because (a) the
TBCD string of the cell can contain intermediate 0xf values (which causes
tvb_bcd_dig_to_ep_str() to abort, if I understand the code correctly) and (b)
it would be nice to visually separate the "components" of the mobile cell
(country code, network code, lac, rac, cc).

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.