aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-28Revert "Reset the "current conversation elements" after each dissector call"John Thacker1-10/+0
2023-01-28epan: Use hash table for dependent framesTomasz Moń1-6/+3
2023-01-20epan: Do not add dependent packets more than onceJohn Thacker1-1/+10
2023-01-13Provide create_dissector_handle_with_dataJoris Peeraer1-0/+6
2023-01-06epan: Allow nested dependent packetsSake Blok1-3/+3
2023-01-04packet.c: Wrong pointer conversion in get_data_source_tvb_by_name()AndersBroman1-1/+1
2022-11-01Reset the "current conversation elements" after each dissector callJohn Thacker1-0/+10
2022-10-07COSE: Cleanup custom dissector keys with new APIBrian Sipos1-2/+3
2022-09-13Clarify dissector description, protocol short name, and protocol ong name.Guy Harris1-3/+10
2022-09-12Give dissectors a descriptive string.Guy Harris1-24/+64
2022-08-29conversation: speak of the "conversation key" as just address/port endpoints.Guy Harris1-4/+4
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-2/+2
2022-08-13epan: Rearrange column includesJohn Thacker1-0/+1
2022-08-04prefs: Make all auto port preferences rangesJohn Thacker1-35/+11
2022-08-03prefs: Add default range to description of auto prefJohn Thacker1-1/+6
2022-08-03prefs: Make add_for_decode_as_with_preference add rangesJohn Thacker1-4/+13
2022-07-16decode as: Add data dissector to all tables that support Decode AsJohn Thacker1-0/+6
2022-07-12epan: ws_debug log for heuristic that claims frame (len != 0)Chuck Craft1-0/+4
2022-06-05epan: Convert remaining conversation code to elements.Gerald Combs1-0/+1
2022-05-23epan: Allow conversations based on arbitrary element lists.Gerald Combs1-0/+1
2022-04-26epan: Add more bookkeeping for layersJoão Valverde1-30/+80
2022-03-28Revert "epan: Allow nested dependent packets"João Valverde1-3/+3
2022-03-06epan: Allow nested dependent packetsSake Blok1-3/+3
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