aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gsm_map.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-21GSM_map: Fix indent (use 2 spaces) and add modelinesAlexis La Goutte1-161/+174
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-06Fixup stat_tap table freeing.Gerald Combs1-6/+18
2015-08-06Convert the GSM MAP stats to new "generic stat API".Gerald Combs1-10/+166
2015-07-29GSM_MAP: adding dissector for sendParameters (MAPv1)Luca Melette1-63/+224
2015-06-22GSM MAP: Fix decoding of IPv6 addressesVasil Velichckov1-11/+16
2015-03-03GSM MAP: do not use a global variable to store OIDPascal Quantin1-57/+61
2015-01-30GSM MAP: display TBCD digits, USSD string and Location Number digits in a sub...Pascal Quantin1-63/+71
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-13/+10
2014-11-26Remove sccp_info member from packet_info structure.Michael Mann1-53/+99
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-3/+5
2014-10-10GSM MAP: fix detection of SMS direction when application context version is < 3Pascal Quantin1-12/+11
2014-10-03LocationNumber digits is off by one(to many).AndersBroman1-3/+3
2014-09-01Use a common hf for international E164 numbers (MSISDN).AndersBroman1-15/+32