aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
AgeCommit message (Collapse)AuthorFilesLines
2012-08-23Comment out all but first value_string array entries with dup values:wmeier1-4/+3
kept: first dup since that's the one which would be found with a linear search. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44642 f5534014-38df-0310-8fa8-9805f1628bb7
2012-08-19Correct a number in a value_string.martinm1-1/+1
Spotted in a profile that match_strval_ext() was calling match_strval_linear() a lot (this value_string has 1476 entries - it was epensive!). Found error by adding temp debug to _match_strval_ext_init() - do we ever expect the entries not to be in order? Am wondering if the warning should be committed. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@44576 f5534014-38df-0310-8fa8-9805f1628bb7
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
(COPYING will be updated in next commit) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@43536 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-22Whitespace cleanup: Convert 4 space tabs to spaces ...wmeier1-2326/+2326
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@41139 f5534014-38df-0310-8fa8-9805f1628bb7
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40906 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-24Fix typo.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40707 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-24Get rid of a non-ASCII charmorriss1-6/+6
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40706 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-24Upate a few more entries and add links to where the information can be found.etxrab1-1/+49
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40701 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-24Add Free Mobile (Iliad) Mobile Network Code (the French Mobile Revolution...)alagoutte1-0/+2
http://www.arcep.fr/uploads/tx_gsavis/10-0264.pdf git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40692 f5534014-38df-0310-8fa8-9805f1628bb7
2012-01-24Fix -v for QtSharkalagoutte1-5/+27
./Wireshark -v wireshark 1.7.1 (SVN Rev Unknown from unknown) Copyright 1998-2012 Gerald Combs <gerald@wireshark.org> 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 (64-bit) with Qt 4.7.4 with GLib 2.30.0, with libpcap (version unknown), with libz 1.2.3.4, with POSIX capabilities (Linux), with SMI 0.4.8, with c-ares 1.7.4, with Lua 5.1, without Python, with GnuTLS 2.10.5, with Gcrypt 1.5.0, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built Jul 27 2011 11:52:20), without AirPcap. Running on Linux 3.0.0-13-generic, with locale fr_FR.UTF-8, with libpcap version 1.1.1, with libz 1.2.3.4, GnuTLS 2.10.5, Gcrypt 1.5.0. Built using gcc 4.6.1. get_gui_compiled_info & get_gui_runtime_info copied from ../gtk/main.c the function is common to GTK and Qt need to put in version_info.[ch] ? git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@40691 f5534014-38df-0310-8fa8-9805f1628bb7
2011-02-09From Grzegorz Szczytowski:jake1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35889 f5534014-38df-0310-8fa8-9805f1628bb7
2011-01-04Introduce dissect_e212_mcc_mnc_ep_str()etxrab1-5/+34
Which can be useful to make nice lables like: + Serving Network : MCC 311 United States of America, MNC 28 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35360 f5534014-38df-0310-8fa8-9805f1628bb7
2010-11-17"Fill" value_strings.etxrab1-0/+467
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34935 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-13Access several large value-string arrays via extended value-string functions.wmeier1-7/+12
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34501 f5534014-38df-0310-8fa8-9805f1628bb7
2010-10-11Define some fcns & vars as static;wmeier1-14/+14
Minor whitespace and comments cleanup. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@34477 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-27MNC, SANC, ISPC lists updated up to OB 960dimeg1-91/+141
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33963 f5534014-38df-0310-8fa8-9805f1628bb7
2010-08-17Updates due to ITU Operational Bulletins 956 and 957dimeg1-3/+4
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@33833 f5534014-38df-0310-8fa8-9805f1628bb7
2010-05-14MNC, SANC and ISPC lists updated up to the latest OB, No 955dimeg1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32813 f5534014-38df-0310-8fa8-9805f1628bb7
2010-04-18Update MCC/MNC list; remove double appearance of the same valuedimeg1-10/+12
in the MCC list. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32508 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-26Add another MCC for Indiadimeg1-2/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32297 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-25Update MNC list with all amendments up to No. 17 (ITU dimeg1-37/+48
Operational Bulletin 951) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32291 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-24Incorporate changes to the MNC list as mandated from Amendments 1-3dimeg1-6/+30
to the 'Annex to ITU Operational Bulletin No. 935' git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32275 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-24Triggered by a comment from Mark Wallis:dimeg1-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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32274 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-22Include the leading zeroes when decoding the MNCdimeg1-4/+18
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32265 f5534014-38df-0310-8fa8-9805f1628bb7
2010-03-20Fix for Bug 4588:dimeg1-2/+45
RANAP and friends want the MNC encoded in big endian form. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@32257 f5534014-38df-0310-8fa8-9805f1628bb7
2010-02-01Fix for Bug 3116dimeg1-2/+94
wrong decoding IMSI with GSM MAP protocol git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31764 f5534014-38df-0310-8fa8-9805f1628bb7
2009-11-27Expert info when E.212 MCC/MNC contain non-decimal digitsdimeg1-7/+19
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@31102 f5534014-38df-0310-8fa8-9805f1628bb7
2009-09-15From Vladimir Kazansky:etxrab1-1/+1
Misspell in mcc_mnc codes in packet-e212.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3996 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29917 f5534014-38df-0310-8fa8-9805f1628bb7
2009-07-21From Gerasimos Dimitriadis:etxrab1-10/+1329
Enhancement to E.212 MCC/MNC decoding. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3759 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@29149 f5534014-38df-0310-8fa8-9805f1628bb7
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-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 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28770 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-19Revert the previous changes MCC and MNC are coded differently in different ↵etxrab1-3/+9
places. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27801 f5534014-38df-0310-8fa8-9805f1628bb7
2009-03-16Removed some non-ASCII characters.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27736 f5534014-38df-0310-8fa8-9805f1628bb7
2008-12-26Fix:etxrab1-3/+3
Wrong decoding IMSI with GSM MAP protocol https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3116 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27117 f5534014-38df-0310-8fa8-9805f1628bb7
2008-10-25Do not use dot in protocol filter name.stig1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26551 f5534014-38df-0310-8fa8-9805f1628bb7
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@26091 f5534014-38df-0310-8fa8-9805f1628bb7
2008-05-02From Shinsuke SUZUKI:jake1-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). git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25214 f5534014-38df-0310-8fa8-9805f1628bb7
2008-03-30From yin sun:jake1-1/+1
In packet-e212.c function dissect_e212_mcc_mnc mnc is added twice. the correction should be: mnc = 10 * mnc + mnc3; git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24759 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18196 f5534014-38df-0310-8fa8-9805f1628bb7
2006-05-20Put a newline at the end of the file.guy1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@18193 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-29Actually use the valuestring...etxrab1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17122 f5534014-38df-0310-8fa8-9805f1628bb7
2006-01-26Add the abillity to translate MCC.etxrab1-0/+361
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@17105 f5534014-38df-0310-8fa8-9805f1628bb7