aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-08BBLog: Fix support of TCP window scalingMichael Tuexen1-0/+2
2021-11-04epan: Optimize heuristic name validity checkJoão Valverde1-13/+1
2021-10-21TCP, UDP, SCTP: Try user specified ports firstJohn Thacker1-0/+32
2021-09-29proto: Delay deleting heur_dtbl_entry_t in heur_dissector_deleteStig Bjørlykke1-3/+3
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-8/+2
2021-08-27Add initial support for BBLog filesMichael Tuexen1-2/+17
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2021-07-08Consistently refer to blocks that have been modified as "modified".Guy Harris1-6/+12
2021-07-07Use wtap_blocks for packet commentsDavid Perry1-14/+24
2021-06-19Replace g_assert() with ws_assert()João Valverde1-39/+40
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-2/+2
2021-06-16Replace g_log() calls with ws_log()João Valverde1-10/+12
2021-06-06pcapng: add support for custom blocksMichael Tuexen1-0/+8
2021-05-24Add ws_debug() and use itJoão Valverde1-14/+13
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-6/+6
2020-11-12Fix a few spelling mistakes.Martin Mathieson1-1/+1
2020-10-27Add a new record type REC_TYPE_SYSTEMD_JOURNAL.Guy Harris1-0/+8
2020-10-23QT/CLI: Move max tree items and depth to prefsJohn Thacker1-2/+2
2020-09-12Add FT_STRINGZTRUNC.Guy Harris1-0/+3
2020-07-10packet: don't mess up the subdissectors list during optimization.Dario Lombardo1-2/+1
2020-06-25Optimize heuristic search by bubbling the matched elementPhan Duc Nhat Minh1-0/+9
2020-05-01Note why we're getting the time stamp from the frame data structure.Guy Harris1-0/+6
2019-12-01Restrict allowed characters in "short name" of heuristic_protosMichael Mann1-4/+29
2019-09-04Load environment vars to globals for efficency.Anders Broman1-13/+13
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-22helper function to get a payload dissector table's current handleMartin Kaiser1-0/+9
2019-07-10Doxygen: Try to fix reported warnings.Anders Broman1-1/+1
2019-06-24packet: make sure handle and dissector table existXuNiu1-1/+8
2019-05-22Add dissection recursion checks.Gerald Combs1-0/+10
2019-04-22packet: ensure pinfo->curr_layer_num does not depend on treePeter Wu1-2/+18
2019-04-06Make call_dissector assertions non-fatal.Gerald Combs1-4/+4
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-7/+7
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-2/+2
2018-09-18Fix a checkAPIs warning.Gerald Combs1-2/+2
2018-09-15Add support for aliases to dissector tables.Gerald Combs1-2/+51
2018-09-03make IPv4 and IPv6 name resolution usable at all timesMartin Kaiser1-8/+10
2018-04-20Handle subset tvbuffs where the length goes past the end of the parent.Guy Harris1-2/+2
2018-04-17glib: Use g_slist_free_full() in a couple of places.Anders1-5/+3
2018-03-08Constify an argument that doesn't need to be non-const.Guy Harris1-2/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-11/+26
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-08packet: Whitespace cleanupStig Bjørlykke1-44/+43
2018-02-06Get rid of the pkt_encap field in struct packet_info.Guy Harris1-1/+0
2017-12-19Avoid ASN.1 frame.protocols duplication.Gerald Combs1-16/+11
2017-12-14Add new dissector callback signature with data pointerJoão Valverde1-7/+34
2017-11-24packet: ensure consistent layer number for heuristics dissectorPeter Wu1-1/+16
2017-11-13Remove circuit APIMichael Mann1-8/+0
2017-11-05Remove epan win32 x86 assemblyJoão Valverde1-2/+1
2017-11-03Ensure endpoint members of packet_info structure are initialized in packet.cMichael Mann1-0/+4
2017-10-28Also display the protocol with -G dissector-tables.Guy Harris1-0/+5