aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/asn1/gsm_map
AgeCommit message (Expand)AuthorFilesLines
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-03-29asn1: fix missing dissector generationJoakim Karlsson1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-1/+1
2021-12-06gsm_map: stat table formatting in cliJohn Thacker1-3/+3
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde2-2/+2
2021-11-08GSM-MAP: Dissect SM-DeliveryFailureCause variantsAnders Broman1-1/+5
2021-09-28GSM MAP Update to 3GPP TS 29.002 V17.1.0 (2021-06)Anders Broman23-636/+649
2021-09-28GSM MAP: Dissect message noteSubscriberPresent.Anders Broman1-2/+4
2021-09-02GSM MAP: Handle Version 1 of ResetArgAnders Broman2-2/+15
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus2-11/+11
2021-05-24GSM MAP:Use ENC_APN_STRAnders Broman1-16/+3
2021-04-20GSM_MAP: Error Code typo's fixBasiL1-4/+4
2021-03-30Prettify and standardize LAC, RAC, SAC, TAC in several ASN.1 dissectorsJohn Thacker1-0/+9
2021-02-07gsm_map: create and populate the stats table only onceMartin Kaiser1-1/+10
2021-01-14gsm_map: remove a variable that is always 0Martin Kaiser1-2/+1
2020-10-03Update URLs pointing to the bug database.Guy Harris1-1/+1
2020-09-24More dissector spelling fixes.Martin Mathieson1-1/+1
2020-09-05Fix some detected spelling errors in ASN1 dissectors.Martin Mathieson1-1/+1
2020-08-26GSM MAP: fix typo in template filePascal Quantin1-1/+1
2020-08-17TFS: Add some commonly-defined string pairs to tfs.cMartin Mathieson1-5/+2
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris2-14/+3
2020-04-06gsm_map: Dissect location number with the ISUP dissect functionVasil Velichkov2-102/+1
2020-04-05proto: Add a debug check to sanity-check range_stringMartin Mathieson1-1/+0
2020-03-11asn1: fix -Wmisleading-indentation warnings with Clang 10Peter Wu1-14/+14
2019-10-02GSM MAP: Update to V15.5.0 (2019-06)Anders Broman24-141/+186
2019-05-14GSM MAP: Fix dissection of authenticationSet in SentParameterListAnders Broman2-1/+11
2019-04-23GSM MAP: Update to V15.4.0 (2018-12)Anders Broman29-2146/+2337
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-02-25GSM MAP: Dissect several LocationInformationEPS's subparametersVasil Velichkov2-0/+48
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-2/+2
2018-11-07GSM MAP: register a few more MAP SSNs by default.Jeff Morriss1-1/+1
2018-06-04Added support for new proprietary fields (private extensions) for Ericsson.dishadaniel3-94/+154
2018-05-16GSM MAP: Dissect SM-RP-SMEAVasil Velichkov1-0/+10
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-04-18Remove autotools build system.Dario Lombardo1-83/+0
2018-03-07dissectors: more SPDX license convertions.Dario Lombardo2-26/+2
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-21/+21
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo2-26/+2
2017-08-30[GSM MAP] Propagate top_tree to external message handlers.AndersBroman1-3/+3
2017-08-29[GSM MAP] Get rid of a global variable and use the newAndersBroman2-14/+13
2017-08-18[GSM MAP] Dissect Ext2-QoS-Subscribed, Ext3-QoS-Subscribed andAndersBroman2-4/+314
2017-08-08We really only need one range_foreach routine.Guy Harris1-4/+4
2017-04-30GSM SMS: use TCAP OTID as last resort for reassembly when GSM MAP does not gi...Pascal Quantin2-34/+44
2017-04-29GSM MAP: use TCAP OTID to retrieve SM-RP-OA and SM-RP-DA fields when requiredPascal Quantin3-189/+300
2017-04-24GSM SMS: optionally use GSM-MAP info to perform reassembly (off by default)Pascal Quantin3-38/+148
2017-04-13[GSM MAP] Update to 3GPP TS 29.002 V14.3.0 (2017-03).AndersBroman28-168/+233
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1
2017-01-13Decode TBCD strings in GSM MAP as per the GSM MAP spec.Guy Harris1-1/+8
2017-01-07Convert range API to always use wmem memory.Michael Mann1-3/+3
2016-09-22gsm_map: use ws_strtoi in template.Dario Lombardo1-1/+2