aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
AgeCommit message (Expand)AuthorFilesLines
2023-01-13Provide create_dissector_handle_with_dataJoris Peeraer1-0/+2
2023-01-06epan: Allow nested dependent packetsSake Blok1-1/+1
2022-10-07COSE: Cleanup custom dissector keys with new APIBrian Sipos1-1/+2
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-1/+5
2022-09-12Give dissectors a descriptive string.Guy Harris1-2/+11
2022-07-16decode as: Add data dissector to all tables that support Decode AsJohn Thacker1-0/+4
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-1/+1
2022-03-06epan: Allow nested dependent packetsSake Blok1-1/+1
2021-12-17ASN1: Convert I/O from GLib to stdio.hJoão Valverde1-2/+1
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-10-21TCP, UDP, SCTP: Try user specified ports firstJohn Thacker1-0/+13
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-2/+3
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-0/+1
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-2/+1
2019-12-01Restrict allowed characters in "short name" of heuristic_protosMichael Mann1-3/+3
2019-07-22helper function to get a payload dissector table's current handleMartin Kaiser1-0/+6
2019-07-10Doxygen: Try to fix reported warnings.Anders Broman1-0/+1
2018-09-15packet.h: fix wrong parameter doc for register_dissector_table_aliasPeter Wu1-1/+1
2018-09-15Add support for aliases to dissector tables.Gerald Combs1-0/+8
2018-03-08Constify an argument that doesn't need to be non-const.Guy Harris1-1/+1
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-4/+2
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2017-12-19Avoid ASN.1 frame.protocols duplication.Gerald Combs1-13/+7
2017-12-14Add new dissector callback signature with data pointerJoão Valverde1-0/+6
2017-09-16Add support for dissector tables of type FT_NONE.Michael Mann1-0/+19
2017-08-29epan: Properly cleanup registered postdissectorsMichael Mann1-1/+2
2017-04-21Put all the capture dissector structures into epan/capture_dissectors.h.Guy Harris1-4/+0
2017-04-17Rename some routines and structure members.Guy Harris1-7/+8
2017-04-12Prime the epan_dissect_t with postdissector wanted fields if necessary.Guy Harris1-3/+7
2017-04-12Add an API to let a postdissector specify fields whose values it needs.Guy Harris1-2/+37
2017-01-28Snort: add a preference to show alert in reassembled frameMartin Mathieson1-0/+1
2017-01-19epan: add shutdown function for dissectors.Dario Lombardo1-1/+5
2016-12-21packet: duplicate short_name to fix UAF in wsluaPeter Wu1-1/+1
2016-12-13Add support for adding unit names to hf_ fields.Michael Mann1-0/+1
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+16
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-9/+4
2016-06-13Completely remove dissector_add_handle.Michael Mann1-3/+0
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-0/+2
2016-03-20Start work on API to generate protocol dependency tree.Michael Mann1-0/+38
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-3/+3
2016-02-16const gpointer -> gconstpointerJoão Valverde1-1/+1
2016-01-14Rename new_dissector_t to dissector_t.Guy Harris1-4/+4
2016-01-01Make color filters part of dissectionMichael Mann1-0/+10
2015-12-23ui: Plug memory leak in decode_build_reset_list.Stig Bjørlykke1-1/+1
2015-12-22Don't limit capture packet counts to a fixed set of protocols.Michael Mann1-26/+1
2015-12-17Create capture dissector "info" structure (capture_packet_info_t)Michael Mann1-0/+4
2015-12-14Create capture dissector tables.Michael Mann1-3/+0
2015-12-13Standardize the capture dissector function signature.Michael Mann1-1/+1
2015-12-13Start deprecating the capture info API.Gerald Combs1-0/+5
2015-12-11epan: Don't export deregister functionsStig Bjørlykke1-6/+3