aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng_module.h
AgeCommit message (Expand)AuthorFilesLines
2023-11-28pcapng: support the if_tsoffset option.Guy Harris1-0/+7
2023-09-28pcapng: Add Sysdig meta event typesGerald Combs1-0/+16
2021-11-29Add files with WS_DLL_PUBLIC to DoxygenMoshe Kaplan1-1/+1
2021-10-29dissectors: support sysdig new block type BLOCK_TYPE_SYSDIG_EVENT_V2_LARGEFederico Di Pierro1-0/+2
2021-08-27pcapng: process uint32 options like uint64 options.Guy Harris1-1/+3
2021-08-27pcapng: export routines to do the option-section processing.Guy Harris1-0/+90
2021-06-17Make various names match the name of the systemd journal export block.Guy Harris1-17/+17
2021-06-06pcapng: add support for custom blocksMichael Tuexen1-0/+2
2021-04-09sysdig: support the most recent version of sysdigLoris Degioanni1-0/+2
2021-02-05pcapng: expand the plugin option handlers to support writing options.Guy Harris1-11/+18
2021-02-04pcapng: have common code to handle otherwise-unhandled options.Guy Harris1-1/+5
2019-01-04wiretap: fix code according to clang-tidy.Dario Lombardo1-2/+2
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-0/+1
2018-09-26Make systemd journal entries events.Gerald Combs1-11/+12
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-6/+6
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-05Delete an out-of-date comment.Guy Harris1-9/+0
2018-02-05Have block read routines indicate whether the block should be returned.Guy Harris1-2/+20
2018-02-04Disallow registration of some block type values for plugins.Guy Harris1-10/+18
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-4/+4
2015-11-27pcapng: Fix ISO C forbids conversion [-Wpedantic]João Valverde1-2/+2
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs1-0/+2
2015-08-28Block sizes are unsigned 32-bit quantities; don't stuff them into an int.Guy Harris1-1/+1
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-0/+17
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-0/+13
2014-05-24Add support for plugins to handle pcap-ng block types.Guy Harris1-0/+40