aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-e212.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-27Change NewCo to new Company name, AlivJeff Dyer1-1/+1
2017-10-03E.212: update list to Operational Bulletin No. 1133 (1.X.2017)Pascal Quantin1-14/+29
2017-08-01E212: Check MNC length before trying 3-digits lengthMarius Paliga1-3/+5
2017-06-28e212: report an expert info on malformed imsiIvan Nardi1-1/+26
2017-06-22E.212: update list to Operational Bulletin No. 1126 (15.VI.2017)Pascal Quantin1-6/+29
2017-04-04E.212: fix a typoPascal Quantin1-1/+1
2017-04-03E.212: update list to Operational Bulletin No. 1121 (1.IV.2017)Pascal Quantin1-80/+193
2016-11-06E.212: fix identification of PLMNs with 3 digits MNC ending with a 0Pascal Quantin1-1560/+1574
2016-10-28diameter: improvement of AVP 18Joakim Karlsson1-1/+1
2016-10-25e212: added 3 new filters (CGI, ECGI, TAI)Hessam Jalali1-0/+48
2016-10-19e212: Fix for e212.*.mncHessam Jalali1-2/+2
2016-10-18Update MNC list for MCC 432 (Iran)Babak Farrokhi1-3/+11
2016-10-09E212: use ws_strtou function.Dario Lombardo1-5/+10
2016-09-23eap: dissect eap wlan identity.Dario Lombardo1-1/+1
2016-09-01E.212: update Chinese PLMN listPascal Quantin1-5/+9
2016-08-31E.212: update list to Operational Bulletin No. 1106 (15.VIII.2016)Pascal Quantin1-135/+289
2016-05-18[E212] Add an MNC used in test networks to get correct MNC length.AndersBroman1-0/+1
2015-06-03Update mobile network codes of South Korean mobile networks.Shinjo Park1-2/+5
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-2/+2
2015-01-12[E212] Make it possible to use different filters for MCC and MNC in LAIAndersBroman1-5/+59
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-3/+2
2014-11-17E212: fix bytes highlighting when dissecting the high nibble variantPascal Quantin1-2/+2
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-27E.212: update list to Operational Bulletin No. 1058 (15.VIII.2014)Pascal Quantin1-297/+312
2014-08-20Add a routine to dissect an UTF8-encoded IMSI (as you'd find in Diameter) and...Jeff Morriss1-0/+53
2014-08-20Get it compiling again.Jeff Morriss1-11/+11
2014-08-19Use dissect_e212_imsi() to dissect IMSIAndersBroman1-1/+93
2014-08-19Use dissect_e212_imsi() to dissect IMSIAndersBroman1-1/+1
2014-08-19Use the E212 function to dissect IMSI correct the filter Id string inAndersBroman1-1/+1
2014-08-19Implement a common function to dissect IMSI and use it GSM MAP as a start.AndersBroman1-0/+34
2014-04-12Update E.212 list to Operational Bulletin No. 1047 (1.III.2014)Pascal Quantin1-9/+28
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9286 :Pascal Quantin1-30/+37
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+1
2013-10-20Remove non-ASCII characters causing checkAPI failuresEvan Huus1-1/+1
2013-10-19Update E.212 list to Operational Bulletin No. 1038 (15.X.2013)Pascal Quantin1-10/+78
2013-09-21Make it more obvious that the function is using wmem memoryPascal Quantin1-2/+2
2013-09-16Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-9/+9
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-5/+6
2013-05-25Batch of filterable expert_infos.Michael Mann1-4/+18
2013-04-08Fix bug https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8569 :Pascal Quantin1-10/+19
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2013-02-17Update ITU-T E.212 to bulletin 1019 (01.I.2013)Pascal Quantin1-218/+398
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-08-23Comment out all but first value_string array entries with dup values:Bill Meier1-4/+3
2012-08-19Correct a number in a value_string.Martin Mathieson1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-02-22Whitespace cleanup: Convert 4 space tabs to spaces ...Bill Meier1-2326/+2326
2012-02-06Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0