aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng_module.h
AgeCommit message (Expand)AuthorFilesLines
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