aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_tcap.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-33/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-35/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-1/+1
2022-08-09prefs: More cleanup, auto prefsJohn Thacker1-1/+1
2021-12-17ASN1: Convert I/O from GLib to stdio.hJoão Valverde1-3/+3
2021-11-21wmem: Add a multimapJohn Thacker1-12/+8
2021-11-16ansi_map,ansi_tcap: Fix typos, comment out unused fieldsJohn Thacker1-5/+9
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-10/+10
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-1/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2020-12-16Fix duplicated filter namesAnders Broman1-53/+53
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-2/+2
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-11-05ansi tcap: Fix faulty mask for AMSI MAP "family" in Operation codeAnders Broman1-1/+1
2018-09-09AIN: Add dissector for Advanced Inteligent Network protocol.Anders1-21/+26
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-29[ANSI TCAP] Get rid of global variable top_tree.AndersBroman1-11/+6
2017-01-30Convert GHashTable -> wmem_map_t for ASN.1 disseectorsMichael Mann1-22/+8
2016-11-06TCAP: Use a real dissector table to store dissector handles.Michael Mann1-25/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-5/+4
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-29/+29
2016-01-01Clean up response matching type preference.Guy Harris1-14/+19
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-8/+7
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-06[Dissector tables] DISSECTOR_TABLE_NOT_ALLOW_DUPLICATE -> DISSECTOR_TABLE_ALL...AndersBroman1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-09-15asni_tcap: actually regenerate dissector after cleanupPeter Wu1-4/+3
2015-07-04asn1: split off cleanup routinesPeter Wu1-15/+11
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman1-4/+4
2015-01-15Modify the errorcode defenition to suit ANSI MAP, this is (probably) OK asAndersBroman1-5/+31
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-8/+5
2014-09-09Fix some spelling & grammar.Bill Meier1-1/+1
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-10/+18
2014-06-22convert to proto_tree_add_subtree[_format] for ASN.1 dissectorsMichael Mann1-4/+3
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-03-15Remove unused const variables errors seen with recent Clang versionPascal Quantin1-28/+17
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-6/+6
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-23/+22
2014-01-14Don't cast away constness.Guy Harris1-1/+1
2014-01-14Regenerate ANSI TCAP dissector from the changes in r54499.Guy Harris1-3/+10
2013-12-30Move tcap and camel "persistent data" functionality to the dissectors themsel...Michael Mann1-6/+5
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-11-23Convert ASN1 dissectors from ep_address_to_str to address_to_str. Clean up a bitEvan Huus1-16/+17
2013-10-31Add a data parameter to call_ber_oid_callback to be able to pass data to subd...Michael Mann1-1/+1