GSM A DTAP: add UMTS EVS to supported codecs list IE
[metze/wireshark/wip.git] / epan / dissectors / packet-gsm_a_common.c
2018-12-12 Pascal QuantinGSM A: detect buffer overrun when decoding MS Classmark...
2018-10-04 Anders BromanRevert "gsm-a-common: Use expert info on "to few bytes...
2018-09-27 AndersBromangsm-a-common: Use expert info on "to few bytes left"
2018-06-12 AndersBromanNAS-5GS: Update towards spec 2.0.0
2018-05-13 Guy HarrisGet rid of some GTK+-only stuff.
2018-02-26 AndersBroman[NAS 5GS] Add dissector for NAS5GS 3GPP TS 24.501.
2018-02-19 Guy HarrisGet rid of more new_ prefixes for statistics functions...
2018-02-12 Dario Lombardodissectors: use SPDX identifiers.
2017-11-30 Pau Espin Pedrolpacket-rsl.c: Use value-string in RXLEV and RXQUAL...
2017-08-29 Alexis La Gouttegsm_a_common: fix 'pinfo/len' was marked unused but...
2016-12-16 Michael MannRemove proto_item_append_text calls in favor of BASE_UN...
2016-11-08 Pascal QuantinGSM A: allow a length of 3 bytes when using the 'no...
2016-09-02 Uli HeilmeierGSM MAP: Add OSM URI for locationEstimate
2016-07-14 Michael Mannpacket-gsm_a_common.c: Create typedef declaration for...
2016-06-16 Dario Lombardoqt: move free_stat_tables from SimpleStatisticsDialog...
2016-04-15 Pascal QuantinGSM: add a sanity check
2015-12-29 Guy HarrisRename new_stat_tap_ui to stat_tap_table_ui.
2015-12-29 Guy HarrisThere's no "old" stat_tap_table, so remove "new_" from...
2015-12-07 Balint ReczeySpelling fixes for errors found by lintian
2015-11-29 Pascal QuantinFix bugs introduced in gcfc47c1
2015-11-29 Michael MannReplace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_t...
2015-11-04 Guy HarrisDon't include "file.h" if you don't need it.
2015-08-10 Alexis La GoutteGSM (a_common): fix indent (replace tab by 8 spaces)
2015-08-08 Alexis La GoutteGSM (a_common): fix no previous prototype for 'gsm_a_...
2015-08-08 Alexis La GoutteGSM (a_common): fix comma at end of enumerator list...
2015-08-06 Gerald CombsFixup stat_tap table freeing.
2015-08-04 Gerald CombsConvert the GSM A stats to new "generic stat API".
2015-07-01 Pascal Quantin3GPP NAS: upgrade dissector to v12.10.0
2015-04-13 Pascal QuantinGSM A: force display of the bits sequence corresponding...
2015-04-04 Alexis La GoutteGSM: Fix Dead Store (Dead assignement/Dead increment...
2015-04-03 Pascal Quantin3GPP NAS: upgrade dissector to v12.9.0
2015-04-03 Pascal Quantin3GPP NAS: display Short Element Identifier as it was...
2015-04-01 Michael MannRemove proto_tree_add_text from GSM dissectors.
2015-01-14 AndersBroman[E212]Modify dissect_e212_mcc_mnc() to take E212 number...
2015-01-02 Michael MannReplace proto_tree_add_text in dissector header files...
2014-12-23 Martin MathiesonDeleting unneccessary #includes from dissectors.
2014-12-21 Bill MeierCleanup use of #includes in non-generated epan/dissecto...
2014-12-04 Pascal Quantin3GPP: upgrade 2G/3G NAS dissector to v12.7.0 and NAS...
2014-11-26 Michael MannRemove sccp_info member from packet_info structure.
2014-09-29 Bill MeierAdd editor modelines; fix indentation as needed.
2014-08-19 AndersBromanUse dissect_e212_imsi() to dissect IMSI
2014-06-29 Michael Mannconvert to proto_tree_add_subtree[_format]
2014-02-23 Pascal QuantinFix dissection of BCD numbers
2013-12-18 Evan HuusAdd a sixteenth element to all BCD digit sets to avoid...
2013-12-15 Jakub ZawadzkiFix [-Wmissing-prototypes]
2013-12-13 Bill MeierFix (presumably) a VS Code analysis warning:
2013-11-09 Jakub ZawadzkiInclude <epan/to_str.h> only when needed.
2013-10-13 Bill Meierwhitespace fixes; mostly: remove trailing blanks
2013-09-22 Pascal QuantinMore emem -> wmem conversion:
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-03 Pascal QuantinCode cleanup:
2013-09-03 Michael MannBatch of filterable expert info.
2013-08-30 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2013-08-30 Pascal QuantinConvert a few dissectors from EMEM to WMEM API
2013-07-16 Jeff MorrissReplace some tabs with spaces.
2013-07-16 Jeff MorrissFix the fuzz failure reported in https://bugs.wireshark...
2013-07-10 Pascal QuantinUpgrade NAS disssectors to v11.7.0
2013-03-28 Chris MaynardProperly dissect lat and long according to 3GPP TS...
2013-03-19 Pascal QuantinUpgrade NAS disssectors to v11.6.0
2013-03-18 Pascal QuantinAdd a missing static
2013-03-18 Pascal QuantinAs suggested by Evan Huus, use extended value_strings
2013-03-18 Pascal Quantinuse enum values instead of hardcoded values
2013-01-22 Pascal QuantinTry to fix dissection of GSM protocol family broken...
2013-01-22 Jaap KeuterFix for CID 717414-717435.
2012-12-30 Anders BromanUse tvb_bcd_dig_to_ep_str
2012-12-29 Pascal QuantinUpgrade NAS disssectors to v11.5.0
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-25 Bill MeierFix several purported [-Wshadow] warnings;
2012-11-09 Anders BromanGSM classmark3 8-PSK decode error
2012-10-04 Pascal QuantinUpgrade NAS dissector to v11.4.0 (Release 11)
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-08-25 Pascal QuantinFollowing r44648, revert part of r44162 and followups...
2012-08-01 Pascal QuantinFollow-up of r44162: clean more filters
2012-07-25 Pascal QuantinFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-06-28 Jakub ZawadzkiUpdate FSF address - part II.
2012-06-23 Pascal QuantinFix copy/paste errors
2012-06-04 Anders BromanGet rid of a couple of warnings.
2012-05-21 pascalDisplay Element ID in hexadecimal (like in 3GPP specs)
2012-05-20 pascalUpgrade NAS dissector to Release 10 (v10.6.1)
2012-05-20 pascalUpgrade NAS EPS dissector to Release 10 (10.6.1)
2012-05-15 Bill MeierRemove unneeded #includes (stdlib, stdio, ctypes, time);
2012-04-15 Guy Harrischeckapi said
2012-04-15 pascalUpdate RRC to V10.7.0 and add dissection of Core Networ...
2012-03-15 Bill MeierFT_BOOLEAN hf[] entries with a 0 'bitmask' should have...
2012-03-14 Bill Meierhg_gsm_a_vamos_level --> hf_gsm_a_vamos_level
2012-03-09 Anders BromanFrom Sylvain Munaut:
2012-03-09 Anders BromanFrom Sylvain Munaut:
2012-03-08 Anders BromanFrom Sylvain Munaut: gsm_a_common: elem_v_short doesn...
2012-03-06 Jeff MorrissDon't use FT_BOOLEAN with value_strings: the code to...
2012-03-02 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2011-12-12 Anders BromanFrom Mike Morrin:
2011-10-25 Anders BromanFix some set but not used [-Wunused-but-set-variable...
2011-10-15 Bill MeierFix a 'set but not used' compiler warning.
2011-07-20 Anders BromanUse ENC_BIG_ENDIAN.
2011-04-27 Anders BromanFrom Pascal Quantin:
2011-04-04 Anders BromanMark pinfo as unused.
2011-04-04 Anders BromanGet rid of gsm_a_dtap_pinfo.
2011-04-04 Anders BromanChange the signature of elem_fcn():ns to include pinfo.
2011-02-22 Anders BromanFrom Pascal Quantin:
2011-02-01 Stephen FisherFix compilation error: gsm_a_dir_of_ver_speed_vals...
next