aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-25USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń1-0/+2
2019-07-08wiretap: Add a phone log reader.Anders Broman1-0/+4
2019-05-16wtap: remove unneeded check (CID: 1441486).Dario Lombardo1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-30/+12
2019-03-23Clean up IPMB/I2C link-layer header types.Guy Harris1-4/+4
2019-02-28Add IEEE 802.15.4 TAP link typeJames Ko1-0/+3
2019-02-19Add --discard-all-secrets to remove decryption secrets.Guy Harris1-0/+7
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu1-0/+2
2019-01-24wiretap: fix leak of options_buf and document memory handlingPeter Wu1-0/+2
2019-01-18wiretap,file.c: ensure DSBs are reapplied on redissectionPeter Wu1-2/+23
2019-01-17VPP: add vpp graph dispatch trace dissectorDave Barach1-0/+3
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-226/+227
2018-12-27ebhscr: fixing WTAP_ENCAP_EBHSCRPantar Ana1-1/+4
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu1-0/+5
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-0/+5
2018-11-20Add an API to get a list of compressed-file extensions, and use it.Guy Harris1-61/+0
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris1-0/+40
2018-11-16Add an API to get a description of a compression type, and use it.Guy Harris1-0/+12
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-3/+6
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-3/+4
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-0/+23
2018-11-10wiretap: fix truncated reads while reading compressed file formatsPeter Wu1-0/+89
2018-10-01wtap: fix regression in wtap_read_packet_bytesPeter Wu1-6/+2
2018-09-26Make systemd journal entries events.Gerald Combs1-2/+9
2018-08-11Add support for reading and writing the new if_hardware IDB option.Guy Harris1-0/+7
2018-08-01Do most of the RFC 7468 file processing in the dissector.Guy Harris1-0/+3
2018-07-30Add WTAP_ENCAP_RUBY_MARSHAL to the table of encapsulation names.Guy Harris1-0/+3
2018-05-20Add an entry for WTAP_ENCAP_DPAUXMON.Guy Harris1-0/+2
2018-05-20Add entries for two WTAP_ENCAP_ types, and clean up another entry.Guy Harris1-1/+7
2018-05-16Eliminate some unneeded header checks.Guy Harris1-2/+0
2018-02-13Added dissector for Excentis DOCSIS31 XRA header. DLT 273. Builtin version.Bruno Verstuyft1-0/+4
2018-02-09Rename ft_specific_data to reflect what we're actually using it for.Guy Harris1-2/+2
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-43/+53
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-29Avoid #ifdef'ing out translation unitsJoão Valverde1-2/+2
2018-01-16Wiretap: Add a missing comma.Gerald Combs1-1/+1
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris1-0/+3
2018-01-11Use an enum for plugin types.Gerald Combs1-14/+2
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-4/+6
2017-12-14Refactor plugin registration and loadingJoão Valverde1-58/+17
2017-10-15Remove superfluous null-checks before strdup/freeAhmad Fatoum1-2/+1
2017-09-26Move some DIAG_OFFs to make code less uglyJoão Valverde1-3/+8
2017-09-26plugins: Use g_slist_prepend() instead.João Valverde1-1/+1
2017-09-04Add support for WPFCapture "formats" from Microsoft Analyzer.Michael Mann1-0/+18
2017-09-01Add support for NetMon NetmonFilter and NetworkInfoEx frame types.Michael Mann1-0/+6
2017-08-30Add support for reading comments in Network Monitor filesMichael Mann1-0/+3
2017-08-29Add Network Monitor Event Tracing eventMichael Mann1-2/+5
2017-08-26wiretap: Add WTAP_ENCAP_NORDIC_BLEStig Bjørlykke1-0/+3
2017-07-14vsock: add WTAP_ENCAP_VSOCK constantStefan Hajnoczi1-0/+3