aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pcapng.c
AgeCommit message (Expand)AuthorFilesLines
2019-06-19Fix error message for an unknown pcapng version number.Guy Harris1-1/+1
2019-05-16In pcapng_open(), don't use the local pcapng_t once we know it's a pcapng file.Guy Harris1-1/+1
2019-05-16Keep and use per-interface, not per-file, FCS length information.Guy Harris1-6/+11
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-6/+7
2019-02-13Add macros for the pack_flags field.Guy Harris1-2/+2
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-0/+3
2019-01-24wiretap: fix leak of options_buf and document memory handlingPeter Wu1-1/+5
2019-01-18wiretap,file.c: ensure DSBs are reapplied on redissectionPeter Wu1-5/+1
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-5/+5
2019-01-04wiretap: fix code according to clang-tidy.Dario Lombardo1-1/+1
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+6
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-1/+148
2018-10-01pcapng: Fix a buffer length.Gerald Combs1-0/+1
2018-10-01Add a systemd Journal Export extcap.Gerald Combs1-3/+3
2018-09-28pcapng: Fix a copy/paste error.Gerald Combs1-2/+0
2018-09-26Make systemd journal entries events.Gerald Combs1-4/+202
2018-09-26Get rid of unnecessary check.Guy Harris1-8/+0
2018-09-26pcapng: Free option_content on errorGuy Harris1-0/+1
2018-09-26pcapng: Free option_content on errorStig Bjørlykke1-0/+1
2018-09-26Don't update a variable that's not used at that point.Guy Harris1-1/+0
2018-09-25Get rid of unused flag argument.Guy Harris1-2/+0
2018-09-19Try to discourage the use of APIs via counting.Gerald Combs1-2/+2
2018-09-17Make the maximum block size big enough for max-size D-Bus packets.Guy Harris1-12/+15
2018-08-11Add support for reading and writing the new if_hardware IDB option.Guy Harris1-0/+13
2018-05-14Use ws_g_warning() for plugin registration errors.Guy Harris1-4/+5
2018-05-14wiretap: use pcapng_debug instead of g_warning.Dario Lombardo1-2/+2
2018-02-20pcapng: Free option_content on errorStig Bjørlykke1-0/+1
2018-02-09Do the maximum block size check in pcap_read_block().Guy Harris1-75/+13
2018-02-09Rename ft_specific_data to reflect what we're actually using it for.Guy Harris1-2/+2
2018-02-09Remove redundant members from wtap_syscall_header.Guy Harris1-8/+7
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-132/+133
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-02-07Distinguish between "probably not pcapng" and "probably bad pcapng" errors.Guy Harris1-55/+85
2018-02-05Have block read routines indicate whether the block should be returned.Guy Harris1-37/+61
2018-02-05pcapng_read_block() should just return a Boolean.Guy Harris1-40/+37
2018-02-05pcapng_read_section_header_block() should just return a Boolean.Guy Harris1-19/+25
2018-02-04Check for read errors by checking for PCAPNG_BLOCK_ERROR.Guy Harris1-4/+4
2018-02-04Don't put knowledge about the "is this pcapng" test in the block-reading code.Guy Harris1-43/+20
2018-02-04Note that we should show ISBs in the "packet" list.Guy Harris1-1/+20
2018-02-04Disallow registration of some block type values for plugins.Guy Harris1-0/+54
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-25/+25
2017-12-29Do the right check for "no name resolution information to save".Guy Harris1-1/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-14/+17
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-8/+11
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1
2017-03-22pcapng: Fix reading OPT_IDB_FCSLEN blockStig Bjørlykke1-8/+8
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-7/+7
2016-08-29pcapng: do not leak blocksPeter Wu1-8/+8
2016-07-21Remove more string option value null checks.Guy Harris1-53/+38