aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-01-13Decode TBCD strings in GSM MAP as per the GSM MAP spec.Guy Harris1-44/+51
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-9/+10
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-5/+5
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-5/+4
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-3/+3
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-2/+3
2016-04-133GPP 23.038 7-bit GSM alphabet contains non ASCII charactersPascal Quantin1-1/+1
2016-03-30[GSM MAP] Introduce dissector tables to be able to dirrectly call MSGAndersBroman1-9/+58
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-9/+7
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-4/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-70/+70
2016-02-04ASN1: fix misspelling (found by Lintian)Alexis La Goutte1-3/+3
2016-02-02[GSM MAP] Update to V13.2.0 (2015-12)AndersBroman1-47/+420
2016-01-29gsm_map: decode SRISM v1 and v2 resultLuke Mewburn1-4/+97
2016-01-28correctly decode GSM_MAP invoke SRISMv1Luke Mewburn1-1/+7
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-8/+9
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-3/+3
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-5/+5
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-30/+30
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-25Require BER dissector (OID) registration to be "new style".Michael Mann1-83/+83
2015-11-22GSM MAP: Add Ericsson specific fields to MAP-OpenInfoPascal Quantin1-0/+12
2015-11-06[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALL...AndersBroman1-3/+3
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3