https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3770
Summary: Minor enhancement to LAI decoding
Product: Wireshark
Version: 1.3.x (Experimental)
Platform: All
OS/Version: All
Status: NEW
Severity: Enhancement
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: dimeg@xxxxxxxxxxx
Build Information:
wireshark 1.3.0 (SVN Rev 29179 from /trunk)
Copyright 1998-2009 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Compiled with GTK+ 2.12.9, with GLib 2.16.3, with libpcap 0.9.8, with libz
1.2.3, without POSIX capabilities, with libpcre 7.6, without SMI, without
c-ares, without ADNS, without Lua, without Python, with GnuTLS 2.2.2, with
Gcrypt 1.4.0, without Kerberos, without GeoIP, without PortAudio, without
AirPcap.
Running on Linux 2.6.25.16-0.1-default, with libpcap version 0.9.8, GnuTLS
2.2.2, Gcrypt 1.4.0.
Built using gcc 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036].
--
Hi,
I have made some changes in how the Location Area Identification is decoded. I
used the routines from packet-e212 so that the MCC and MNC parts are translated
into country and operator name respectively.
Also I changed the text that is appended, from only the LAC to MCC/MNC/LAC. I
searched if there is a canonical way to write this triplet and even though
there are no explicit instructions, in TS 31.121 these 3 values are presented
separated by slashes.
The reason that I made this change is that (at least for me) it is
easier/faster for the user to get all the LAI information without having to
expand the subtree.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.