aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
AgeCommit message (Collapse)AuthorFilesLines
2011-02-09From Grzegorz Szczytowski:Jaap Keuter1-10/+35
Update of packet-e212.c dissector according to local national regulatory MNC assignment document. www.uke.gov.pl/uke/redir.jsp?place=galleryStats&id=24439 svn path=/trunk/; revision=35889
2011-01-04Introduce dissect_e212_mcc_mnc_ep_str()Anders Broman1-5/+34
Which can be useful to make nice lables like: + Serving Network : MCC 311 United States of America, MNC 28 svn path=/trunk/; revision=35360
2010-11-17"Fill" value_strings.Anders Broman1-0/+467
svn path=/trunk/; revision=34935
2010-10-13Access several large value-string arrays via extended value-string functions.Bill Meier1-7/+12
svn path=/trunk/; revision=34501
2010-10-11Define some fcns & vars as static;Bill Meier1-14/+14
Minor whitespace and comments cleanup. svn path=/trunk/; revision=34477
2010-08-27MNC, SANC, ISPC lists updated up to OB 960Gerasimos Dimitriadis1-91/+141
svn path=/trunk/; revision=33963
2010-08-17Updates due to ITU Operational Bulletins 956 and 957Gerasimos Dimitriadis1-3/+4
svn path=/trunk/; revision=33833
2010-05-14MNC, SANC and ISPC lists updated up to the latest OB, No 955Gerasimos Dimitriadis1-2/+3
svn path=/trunk/; revision=32813
2010-04-18Update MCC/MNC list; remove double appearance of the same valueGerasimos Dimitriadis1-10/+12
in the MCC list. svn path=/trunk/; revision=32508
2010-03-26Add another MCC for IndiaGerasimos Dimitriadis1-2/+3
svn path=/trunk/; revision=32297
2010-03-25Update MNC list with all amendments up to No. 17 (ITU Gerasimos Dimitriadis1-37/+48
Operational Bulletin 951) svn path=/trunk/; revision=32291
2010-03-24Incorporate changes to the MNC list as mandated from Amendments 1-3Gerasimos Dimitriadis1-6/+30
to the 'Annex to ITU Operational Bulletin No. 935' svn path=/trunk/; revision=32275
2010-03-24Triggered by a comment from Mark Wallis:Gerasimos Dimitriadis1-1066/+1075
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4588#c6 2 and 3 digits long MNCs with the same arithmetic value (e.g. 21 and 021) are possible under the same MCC, yet in the mcc_mnc_codes they would get mapped to the same entry. To avoid this aliasing, the encoding of the MCC/MNC pair into a single arithmetic value in the mcc_mnc_codes list is changed. svn path=/trunk/; revision=32274
2010-03-22Include the leading zeroes when decoding the MNCGerasimos Dimitriadis1-4/+18
svn path=/trunk/; revision=32265
2010-03-20Fix for Bug 4588:Gerasimos Dimitriadis1-2/+45
RANAP and friends want the MNC encoded in big endian form. svn path=/trunk/; revision=32257
2010-02-01Fix for Bug 3116Gerasimos Dimitriadis1-2/+94
wrong decoding IMSI with GSM MAP protocol svn path=/trunk/; revision=31764
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsGerasimos Dimitriadis1-7/+19
svn path=/trunk/; revision=31102
2009-09-15From Vladimir Kazansky:Anders Broman1-1/+1
Misspell in mcc_mnc codes in packet-e212.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3996 svn path=/trunk/; revision=29917
2009-07-21From Gerasimos Dimitriadis:Anders Broman1-10/+1329
Enhancement to E.212 MCC/MNC decoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3759 svn path=/trunk/; revision=29149
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-1/+1
(1) Trailing/leading spaces are removed from 'name's/'blurb's (2) Duplicate 'blurb's are replaced with NULL (3) Empty ("") 'blurb's are replaced with NULL (4) BASE_NONE, NULL, 0x0 are used for 'display', 'strings' and 'bitmask' fields for FT_NONE, FT_BYTES, FT_IPv4, FT_IPv6, FT_ABSOLUTE_TIME, FT_RELATIVE_TIME, FT_PROTOCOL, FT_STRING and FT_STRINGZ field types (5) Only allow non-zero value for 'display' if 'bitmask' is non-zero svn path=/trunk/; revision=28770
2009-03-19Revert the previous changes MCC and MNC are coded differently in different ↵Anders Broman1-3/+9
places. svn path=/trunk/; revision=27801
2009-03-16Removed some non-ASCII characters.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=27736
2008-12-26Fix:Anders Broman1-3/+3
Wrong decoding IMSI with GSM MAP protocol https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3116 svn path=/trunk/; revision=27117
2008-10-25Do not use dot in protocol filter name.Stig Bjørlykke1-1/+1
svn path=/trunk/; revision=26551
2008-08-26#include <emem.h> not req'dBill Meier1-1/+0
svn path=/trunk/; revision=26091
2008-05-02From Shinsuke SUZUKI:Jaap Keuter1-4/+4
Since this leads to a compilation failure (Warning C4819: unexpected character in the current code page) on non-european Windows, I'd like you to avoid using non-ASCII characters in Wireshark code (even in comment). svn path=/trunk/; revision=25214
2008-03-30From yin sun:Jaap Keuter1-1/+1
In packet-e212.c function dissect_e212_mcc_mnc mnc is added twice. the correction should be: mnc = 10 * mnc + mnc3; svn path=/trunk/; revision=24759
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
svn path=/trunk/; revision=18196
2006-05-20Put a newline at the end of the file.Guy Harris1-1/+1
svn path=/trunk/; revision=18193
2006-01-29Actually use the valuestring...Anders Broman1-1/+1
svn path=/trunk/; revision=17122
2006-01-26Add the abillity to translate MCC.Anders Broman1-0/+361
svn path=/trunk/; revision=17105