aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_map.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-31More fussing with items and calls.Martin Mathieson1-1/+1
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-33/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-91/+1
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2021-12-17ASN1: Convert I/O from GLib to stdio.hJoão Valverde1-3/+3
2021-12-02BER: Make GeneralizedTime a FT_ABSOLUTE_TIMEJohn Thacker1-1/+1
2021-11-21wmem: Add a multimapJohn Thacker1-11/+8
2021-11-16ansi_map,ansi_tcap: Fix typos, comment out unused fieldsJohn Thacker1-7/+13
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-13/+13
2021-06-16dissectors: Replace g_log() with ws_log()João Valverde1-2/+2
2021-03-29Fix some item lengths.Martin Mathieson1-2/+2
2021-02-07ansi_map: create and populate the stats table only onceMartin Kaiser1-3/+13
2021-01-14ansi_map: remove a variable that is always 0Martin Kaiser1-2/+2
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-18/+8
2020-04-01Check for true_false_string with identical true/false string.Martin Mathieson1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-1/+1
2018-12-20ANSI MAP: borderCellAccess parameter coded as tag 50 but should be 58.Anders Broman1-1/+1
2018-12-11ASNI MAP: AnalogRedirectRecord is OPTIONAL in QualificationRequestAnders Broman1-1/+1
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-17/+17
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-08We really only need one range_foreach routine.Guy Harris1-6/+6
2017-01-30Convert GHashTable -> wmem_map_t for ASN.1 disseectorsMichael Mann1-22/+8
2017-01-07Convert range API to always use wmem memory.Michael Mann1-3/+3
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-07-01ASN.1 dissectors - don't try to find yourself.Michael Mann1-4/+3
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-7/+15
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-1/+2
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-57/+57
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2016-01-01Clean up response matching type preference.Guy Harris1-14/+17
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-4/+4
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-1/+1
2015-11-20More spelling fixes found by lintianBalint Reczey1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-1/+1
2015-08-20ANSI: Add modelinesAlexis La Goutte1-0/+13
2015-07-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs1-2/+2
2015-07-04ansi_map: fix float literals missing f suffixEvan Huus1-2/+2
2015-07-04asn1: split off cleanup routinesPeter Wu1-13/+10
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-5/+121
2015-04-09Replace deprecated API tvb_length... with tvb_reported_length...AndersBroman1-13/+13
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-7/+5
2014-12-22ANSI_MAP: Fix unused function (by add to .OMIT list)Alexis La Goutte1-236/+45
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-29/+57