aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_a.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-4/+4
2021-07-21First pass pinfo->pool conversion, part 2Evan Huus1-12/+12
2021-02-15Set a few more dissector vars/funs to static.Martin Mathieson1-1/+1
2021-02-07ansi_a: dtap stats: populate table rows only onceMartin Kaiser1-4/+9
2021-02-07ansi_a: bsmap stats: populate table rows only onceMartin Kaiser1-3/+8
2021-01-31ansi_a: dtap statistics: create the table only onceMartin Kaiser1-2/+7
2021-01-28stat_tap_table_ui: create tables only once during initMartin Kaiser1-3/+8
2021-01-07ansi bsmap/dtap: remove variables that are always 0Martin Kaiser1-4/+4
2020-09-27Fix some wrong filter names.Martin Mathieson1-2/+2
2020-08-08Fix most remaining detected cases where item with wrong type is used.Martin Mathieson1-2/+2
2020-04-25Introduce tfs_get_string helperJaap Keuter1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-8/+8
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-4/+4
2018-02-19Get rid of more new_ prefixes for statistics functions and types.Guy Harris1-16/+16
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-1/+1
2017-03-12ansi_a: fix this condition has identical branches [-Werror=duplicated-branche...Alexis La Goutte1-4/+2
2017-01-31format_text_wmem -> format_textMichael Mann1-3/+3
2017-01-31Add format_text_wmem.Michael Mann1-3/+3
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-1/+1
2016-09-04ANSI_A: Rationalize test expession (CID-1372216 ... 1372267)Jaap Keuter1-2/+4
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-3/+3
2016-08-09ansi_a: remove unneeded check (CID 1158564).Dario Lombardo1-2/+1
2016-06-16qt: move free_stat_tables from SimpleStatisticsDialog::fillTree to ~SimpleSta...Dario Lombardo1-2/+4
2016-04-22ansi: make ett array static.Dario Lombardo1-14/+2
2016-03-28Fix some warnings/errors of typeJoerg Mayer1-51/+51
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-1/+1
2016-01-23ANSI A: get rid of a global bufferPascal Quantin1-29/+26
2015-12-29Rename new_stat_tap_ui to stat_tap_table_ui.Guy Harris1-6/+6
2015-12-29There's no "old" stat_tap_table, so remove "new_" from the name.Guy Harris1-7/+7
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-3/+3
2015-12-02Fix field long name.Guy Harris1-2/+12
2015-11-29Fix bugs introduced in gcfc47c1Pascal Quantin1-6/+14
2015-11-29Fix Ubuntu compile error.Michael Mann1-18/+8
2015-11-29Replace my_dgt_tbcd_unpack with the safer tvb_bcd_dig_to_wmem_packet_str.Michael Mann1-99/+26
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-9/+12
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-3/+3
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-1/+2
2015-09-13Make other_decode_bitfield_value private to proto.c.Michael Mann1-10/+1
2015-09-02ANSI: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-4/+0
2015-09-01ANSI A: fix dissection of numerous fields broken in g7298a31Pascal Quantin1-7/+7
2015-09-01Eliminate proto_tree_add_text from ANSI dissectors.Michael Mann1-141/+112
2015-08-21GSM/ANSI/CAMEL...: fix no previous prototype for '*_stat_init' [-Wmissing-pro...Alexis La Goutte1-2/+2
2015-07-08GTK+: Add a Telephony/ANSI menu placeholder.Gerald Combs1-4/+4
2015-07-03Create very basic "generic" stat tap API to create a "GUI" independent table.Michael Mann1-0/+163
2015-04-14Change deprecated API tvb_length -> tvb_reported_lengthAndersBroman1-7/+7
2015-03-30ANSI IS-637 A: add dissection of Multiple Encoding User Data and Service Cate...Pascal Quantin1-1/+2