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

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

--- Comment #3 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2012-01-05 00:41:30 PST ---
(In reply to comment #2)
> 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).

Hi,
Look in packet-gsm_a_common.[ch] be_cell_id_aux() or something simmilar might
fit the bill(I haven't looked).
Regards
Anders

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