aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tcap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-39/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-29/+1
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-2/+2
2021-11-16TCAP,CAMEL: Always enable SRT and Counter statsJohn Thacker1-24/+21
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-24/+24
2021-07-26Resync ASN.1 dissector sourcesJoão Valverde1-24/+24
2021-07-21First pass pinfo->pool conversionEvan Huus1-24/+24
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-3/+3
2021-02-05TCAP: Don't attempt to decode content when a subdissector has done it.Anders Broman1-96/+99
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-3/+3
2020-06-01Fix some cppcheck issues:Martin Mathieson1-1/+1
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-3/+3
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-26/+26
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-12/+12
2019-01-31tcap: check p_tcap_private before dereferencing.Dario Lombardo1-16/+24
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-10-20Fix capitalization of preference display name.Guy Harris1-1/+1
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-6/+6
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-12[TCAP] Make "tid" a generated item rather than hidden to make it obviousAndersBroman1-2/+2
2017-08-15TCAP: fix infinite loop introduced in g35f9349396Pascal Quantin1-1/+1
2017-08-15TCAP: more fixes for SRT analysisPascal Quantin1-15/+22
2017-08-08We really only need one range_foreach routine.Guy Harris1-4/+4
2017-06-02TCAP: fix SRT analysisPascal Quantin1-13/+26
2017-04-29GSM MAP: use TCAP OTID to retrieve SM-RP-OA and SM-RP-DA fields when requiredPascal Quantin1-33/+35
2017-03-19dissector: fix typo reponse -> responseAlexis La Goutte1-1/+1
2017-01-28tcap: convert GHashTables into wmem.Dario Lombardo1-92/+42
2017-01-07Convert range API to always use wmem memory.Michael Mann1-3/+3
2016-11-06TCAP: Use a real dissector table to store dissector handles.Michael Mann1-12/+12
2016-07-04packet-tcap.c: Remove MEM_TCAPSRTMichael Mann1-94/+3
2016-06-13Convert AT_SS7PC to a "dissector address type"Michael Mann1-14/+19
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-28/+28
2016-02-08TCAP: Fix warning [-Wclobbered]João Valverde1-12/+13
2016-02-07TCAP: Fix warning [-Wunused-function]João Valverde1-14/+29
2016-02-06TCAP: fix indent and add modelines (use 2 spaces)Alexis La Goutte1-119/+132
2016-02-06TCAP: Fix dissect_tcap_ERROR() unused warning [-Wunused-function]João Valverde1-18/+0
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-38/+38
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-11/+11
2015-12-10Convert ASN.1 dissectors to remove "new" from "new-style" dissector function ...Michael Mann1-2/+2
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-2/+2
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-15/+12
2015-07-04asn1: split off cleanup routinesPeter Wu1-8/+10
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman1-2/+2
2015-01-19TCAP: support dialogue confirmationLuke Mewburn1-55/+55
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-8/+6
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-6/+10
2014-09-14Consistent white space.Guy Harris1-755/+760
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-7/+14
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-36/+21