aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
AgeCommit message (Expand)AuthorFilesLines
2017-08-29gsm_a_common: fix 'pinfo/len' was marked unused but was used [-Wused-but-mark...Alexis La Goutte1-4/+4
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-14/+8
2016-11-08GSM A: allow a length of 3 bytes when using the 'no identity' typePascal Quantin1-1/+1
2016-09-02GSM MAP: Add OSM URI for locationEstimateUli Heilmeier1-3/+20
2016-07-14packet-gsm_a_common.c: Create typedef declaration for elem_func signature.Michael Mann1-9/+11
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-10/+20
2016-04-15GSM: add a sanity checkPascal Quantin1-0/+3
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-31/+31
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-5/+5
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-11-29Fix bugs introduced in gcfc47c1Pascal Quantin1-2/+1
2015-11-29Replace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_to_wmem_packet_str.Michael Mann1-58/+6
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-08-10GSM (a_common): fix indent (replace tab by 8 spaces)Alexis La Goutte1-142/+142
2015-08-08GSM (a_common): fix no previous prototype for 'gsm_a_*_init' [-Wmissing-proto...Alexis La Goutte1-11/+11
2015-08-08GSM (a_common): fix comma at end of enumerator list [-Wpedantic]Alexis La Goutte1-1/+1
2015-08-06Fixup stat_tap table freeing.Gerald Combs1-4/+16
2015-08-04Convert the GSM A stats to new "generic stat API".Gerald Combs1-0/+363
2015-07-013GPP NAS: upgrade dissector to v12.10.0Pascal Quantin1-1/+14
2015-04-13GSM A: force display of the bits sequence corresponding to "Degrees of longit...Pascal Quantin1-1/+1
2015-04-04GSM: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2015-04-033GPP NAS: upgrade dissector to v12.9.0Pascal Quantin1-1/+14
2015-04-033GPP NAS: display Short Element Identifier as it was done prior to ge74cb41Pascal Quantin1-1/+1
2015-04-01Remove proto_tree_add_text from GSM dissectors.Michael Mann1-135/+103
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-2/+2
2015-01-02Replace proto_tree_add_text in dissector header files where it was used in a ...Michael Mann1-18/+20
2014-12-23Deleting unneccessary #includes from dissectors.Martin Mathieson1-2/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-12-043GPP: upgrade 2G/3G NAS dissector to v12.7.0 and NAS EPS dissector to v12.6.0Pascal Quantin1-3/+57
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-1/+0
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+12
2014-08-19Use dissect_e212_imsi() to dissect IMSIAndersBroman1-23/+19
2014-06-29convert to proto_tree_add_subtree[_format]Michael Mann1-79/+67
2014-02-23Fix dissection of BCD numbersPascal Quantin1-5/+3
2013-12-18Add a sixteenth element to all BCD digit sets to avoid garbage values whenEvan Huus1-2/+2
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+1
2013-12-13Fix (presumably) a VS Code analysis warning:Bill Meier1-45/+45
2013-11-09Include <epan/to_str.h> only when needed.Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-03Code cleanup:Pascal Quantin1-11/+16
2013-09-03Batch of filterable expert info.Michael Mann1-8/+19
2013-08-30Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9085 :Pascal Quantin1-1/+1
2013-08-30Convert a few dissectors from EMEM to WMEM APIPascal Quantin1-10/+11
2013-07-16Replace some tabs with spaces.Jeff Morriss1-7/+7
2013-07-16Fix the fuzz failure reported in https://bugs.wireshark.org/bugzilla/show_bug...Jeff Morriss1-21/+70
2013-07-10Upgrade NAS disssectors to v11.7.0Pascal Quantin1-1/+14
2013-03-28Properly dissect lat and long according to 3GPP TS 23.032. Fix incorrect dis...Chris Maynard1-15/+20
2013-03-19Upgrade NAS disssectors to v11.6.0Pascal Quantin1-1/+45