aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_a_common.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31Fix more spellings - mostly commentsMartin Mathieson1-2/+2
2023-12-06Remove init of tap variablesStig Bjørlykke1-1/+1
2023-11-20Remove init of proto variablesStig Bjørlykke1-218/+218
2023-11-18dissectors: Remove init of hf and ett variable arraysStig Bjørlykke1-1/+0
2023-09-22Make tfs_true_false the default for booleansJoão Valverde1-34/+34
2022-12-30gsm_common: Update geographical_descriptionJoakim Karlsson1-9/+54
2022-07-28gsm_a_common: Use common E212 MCC MNC functionJohn Thacker1-114/+7
2022-07-27gsm_a_common: Fix cut and paste errorJohn Thacker1-1/+1
2022-06-10tap: Adding flags for tap_packetRoland Knall1-10/+10
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-6/+6
2021-10-06gsm_a: Fix dissect_description_of_velocity()Stig Bjørlykke1-33/+27
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-2/+2
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-20/+20
2021-06-09geographical-description: Fixes to the high accuracy dissection.Anders Broman1-16/+23
2021-05-28Geographical description, correct the bitmask.Anders Broman1-2/+2
2021-02-14Make some more variables and functions static.Martin Mathieson1-5/+5
2021-02-10gsm_a_common: free stat table itemsMartin Kaiser1-9/+9
2021-02-10gsm_a_common: create and populate the stats table only onceMartin Kaiser1-0/+8
2021-01-14gsm_a_common: remove a variable that is always 0Martin Kaiser1-2/+1
2020-11-22Spelling improvementsMartin Mathieson1-1/+1
2020-11-18GSM A Common: Dissect polygon pointsAnders Broman1-20/+51
2020-10-31GSM A: Uncertainty speed is only 1 byte.Martin Mathieson1-3/+3
2020-10-143GPP: add 5G-TMSI to 3gpp.tmsi common filterPascal Quantin1-2/+2
2020-10-14Create a cross protocol filter 3gpp.tmsiAnders Broman1-6/+21
2020-10-11check_tfs.py: Also match case insensitivelyMartin Mathieson1-44/+36
2020-10-03Fix more filter field strings.Martin Mathieson1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-10/+10
2020-06-08GSM A Common: Advance offset after reading type_of_shape.Anders Broman1-1/+1
2020-06-04gsm_a_common: Fix Dead StoreAlexis La Goutte1-1/+0
2020-05-19gsm_common: Update geographical_descriptionAnders Broman1-4/+131
2020-04-283GPP: Update Geographical Area Description (GAD).Anders Broman1-7/+13
2020-01-22geographical_description: Don't mask Orientation of major axis octet 12Anders Broman1-2/+1
2020-01-21Diameter: Fix Location estimate.Anders Broman1-4/+4
2019-08-21GSM A DTAP: Try to ensure that global variable sccp_assoc is cleared.Anders Broman1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-06-20NAS 5GS: Framwork for dissecting UPDP messages.Anders Broman1-0/+6
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-15/+15
2018-12-12GSM A: detect buffer overrun when decoding MS Classmark 3 IEPascal Quantin1-2/+7
2018-10-04Revert "gsm-a-common: Use expert info on "to few bytes left""Anders Broman1-26/+1
2018-09-27gsm-a-common: Use expert info on "to few bytes left"AndersBroman1-1/+26
2018-06-12NAS-5GS: Update towards spec 2.0.0AndersBroman1-0/+9
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-22/+22
2018-02-26[NAS 5GS] Add dissector for NAS5GS 3GPP TS 24.501.AndersBroman1-0/+9
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-19/+19
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-30packet-rsl.c: Use value-string in RXLEV and RXQUAL fieldsPau Espin Pedrol1-0/+12
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