aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-51/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-133/+1
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-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 Valverde1-11/+11
2021-11-08GSM-MAP: Dissect SM-DeliveryFailureCause variantsAnders Broman1-4/+8
2021-09-28GSM MAP Update to 3GPP TS 29.002 V17.1.0 (2021-06)Anders Broman1-75/+127
2021-09-28GSM MAP: Dissect message noteSubscriberPresent.Anders Broman1-5/+7
2021-09-02GSM MAP: Handle Version 1 of ResetArgAnders Broman1-4/+41
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-11/+11
2021-05-24GSM MAP:Use ENC_APN_STRAnders Broman1-24/+11
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-3/+11
2021-02-07gsm_map: create and populate the stats table only onceMartin Kaiser1-4/+13
2021-01-14gsm_map: remove a variable that is always 0Martin Kaiser1-5/+4
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-25Fix a couple of typos in true_false_string entries.Martin Mathieson1-1/+1
2020-08-17TFS: Add some commonly-defined string pairs to tfs.cMartin Mathieson1-8/+5
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-48/+48
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-75/+64
2020-04-06gsm_map: Dissect location number with the ISUP dissect functionVasil Velichkov1-116/+15
2020-04-05proto: Add a debug check to sanity-check range_stringMartin Mathieson1-7/+6
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 Broman1-4/+82
2019-05-14GSM MAP: Fix dissection of authenticationSet in SentParameterListAnders Broman1-5/+39
2019-04-23GSM MAP: Update to V15.4.0 (2018-12)Anders Broman1-58/+596
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-266/+266
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-417/+417
2019-02-25GSM MAP: Dissect several LocationInformationEPS's subparametersVasil Velichkov1-22/+73
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.dishadaniel1-495/+762
2018-05-16GSM MAP: Dissect SM-RP-SMEAVasil Velichkov1-1/+12
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-21/+21
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-8/+8
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
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 newAndersBroman1-20/+19
2017-08-18[GSM MAP] Dissect Ext2-QoS-Subscribed, Ext3-QoS-Subscribed andAndersBroman1-29/+342
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 Quantin1-75/+85
2017-04-29GSM MAP: use TCAP OTID to retrieve SM-RP-OA and SM-RP-DA fields when requiredPascal Quantin1-235/+387
2017-04-24GSM SMS: optionally use GSM-MAP info to perform reassembly (off by default)Pascal Quantin1-90/+178
2017-04-13[GSM MAP] Update to 3GPP TS 29.002 V14.3.0 (2017-03).AndersBroman1-25/+282
2017-03-05dissectors: fix this statement may fall through [-Werror=implicit-fallthrough...Alexis La Goutte1-1/+1