aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
AgeCommit message (Collapse)AuthorFilesLines
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
(Using sed : sed -i '/^ \* \$Id\$/,+1 d') Fix manually some typo (in export_object_dicom.c and crc16-plain.c) Change-Id: I4c1ae68d1c4afeace8cb195b53c715cf9e1227a8 Reviewed-on: https://code.wireshark.org/review/497 Reviewed-by: Anders Broman <a.broman58@gmail.com>
2013-12-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9286 :Pascal Quantin1-30/+37
PLMN 440 20 is now used by SoftBank. While we are at it, update the E.212 list to the latest operational bulletin no. 1041. svn path=/trunk/; revision=54496
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+1
svn path=/trunk/; revision=54135
2013-10-20Remove non-ASCII characters causing checkAPI failuresEvan Huus1-1/+1
svn path=/trunk/; revision=52703
2013-10-19Update E.212 list to Operational Bulletin No. 1038 (15.X.2013)Pascal Quantin1-10/+78
svn path=/trunk/; revision=52687
2013-09-21Make it more obvious that the function is using wmem memoryPascal Quantin1-2/+2
svn path=/trunk/; revision=52162
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if ↵Michael Mann1-9/+9
hf_ field name is the first part of the formatted string. This was all manual inspection and most cases were either: 1. Case sensitivity differences between hf_ field name and formatted string. 2. Unnecessary whitespace between hf_ field name and colon in formatted string There are cases where the hf_ field name doesn't quite match the proto_tree_add_uint_format, but it's close enough that one of them should be "right", I'm just not sure which is, I just know the string in proto_tree_add_uint_format is the one displayed. svn path=/trunk/; revision=52098
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-5/+6
svn path=/trunk/; revision=51597
2013-05-25Batch of filterable expert_infos.Michael Mann1-4/+18
svn path=/trunk/; revision=49581
2013-04-08Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8569 :Pascal Quantin1-10/+19
Do not display a warning when MCC/MNC is set to 0xffffff and identify country / network code as 'Unset' svn path=/trunk/; revision=48793
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
was done using textual search+replace, not anything syntax-aware, so presumably it got most comments as well (except where there were typos). Use a consistent coding style, and make proper use of the WS_DLL_* defines. Group the functions appropriately in the header. I ended up getting rid of most of the explanatory comments since many of them duplicated what was in the value_string.c file (and were out of sync with the recent updates I made to those in r48633). Presumably most of the comments should be in the .h file not the .c file, but there's enough churn ahead that it's not worth fixing yet. Part of https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8467 svn path=/trunk/; revision=48634
2013-02-17Update ITU-T E.212 to bulletin 1019 (01.I.2013)Pascal Quantin1-218/+398
svn path=/trunk/; revision=47720
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
(found by checkhf) svn path=/trunk/; revision=47389
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45017
2012-08-23Comment out all but first value_string array entries with dup values:Bill Meier1-4/+3
kept: first dup since that's the one which would be found with a linear search. svn path=/trunk/; revision=44642
2012-08-19Correct a number in a value_string.Martin Mathieson1-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. svn path=/trunk/; revision=44576
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-02-22Whitespace cleanup: Convert 4 space tabs to spaces ...Bill Meier1-2326/+2326
svn path=/trunk/; revision=41139
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
svn path=/trunk/; revision=40906
2012-01-24Fix typo.Guy Harris1-1/+1
svn path=/trunk/; revision=40707
2012-01-24Get rid of a non-ASCII charJeff Morriss1-6/+6
svn path=/trunk/; revision=40706
2012-01-24Upate a few more entries and add links to where the information can be found.Anders Broman1-1/+49
svn path=/trunk/; revision=40701
2012-01-24Add Free Mobile (Iliad) Mobile Network Code (the French Mobile Revolution...)Alexis La Goutte1-0/+2
http://www.arcep.fr/uploads/tx_gsavis/10-0264.pdf svn path=/trunk/; revision=40692
2012-01-24Fix -v for QtSharkAlexis La Goutte1-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] ? svn path=/trunk/; revision=40691
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