aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
Commit message (Expand)AuthorAgeFilesLines
* wiretap: add Z-Wave Serial API frame type and pcap link-layer headerMikhail Gusarov2020-08-241-0/+3
* wiretap: have the file's time stamp resolution be a dump parameter.Guy Harris2020-07-291-0/+1
* wiretap: add a routine to add a "fake" IDB.Guy Harris2020-07-291-0/+91
* pcapng: add support for new Enhanced Packet Block optionsEelco Chaudron2020-06-211-0/+4
* sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris2020-05-091-1/+4
* Add an encapsulation table entry for WTAP_ENCAP_MP4.Guy Harris2020-05-081-0/+3
* wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.Guy Harris2020-05-021-0/+5
* wiretap: combine common code into a common routine.Guy Harris2020-05-011-13/+14
* Remove some single-SHB assumptions.Guy Harris2020-05-011-3/+9
* HTTPS (almost) everywhere.Guy Harris2019-07-261-1/+1
* USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń2019-07-251-0/+2
* wiretap: Add a phone log reader.Anders Broman2019-07-081-0/+4
* wtap: remove unneeded check (CID: 1441486).Dario Lombardo2019-05-161-1/+1
* Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris2019-04-051-30/+12
* Clean up IPMB/I2C link-layer header types.Guy Harris2019-03-231-4/+4
* Add IEEE 802.15.4 TAP link typeJames Ko2019-02-281-0/+3
* Add --discard-all-secrets to remove decryption secrets.Guy Harris2019-02-191-0/+7
* wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu2019-01-251-0/+2
* wiretap: fix leak of options_buf and document memory handlingPeter Wu2019-01-241-0/+2
* wiretap,file.c: ensure DSBs are reapplied on redissectionPeter Wu2019-01-181-2/+23
* VPP: add vpp graph dispatch trace dissectorDave Barach2019-01-171-0/+3
* Clarify the name and description for a link-layer encapsulation type.Guy Harris2019-01-091-226/+227
* ebhscr: fixing WTAP_ENCAP_EBHSCRPantar Ana2018-12-271-1/+4
* Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu2018-11-201-0/+5
* wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu2018-11-201-0/+5
* Add an API to get a list of compressed-file extensions, and use it.Guy Harris2018-11-201-61/+0
* Add an API to get the file extension for a compression type, and use it.Guy Harris2018-11-181-0/+40
* Add an API to get a description of a compression type, and use it.Guy Harris2018-11-161-0/+12
* Use an enum for compression types in various interfaces.Guy Harris2018-11-161-3/+6
* Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris2018-11-161-3/+4
* wiretap: refactor common parameters for pcapng dump routinesPeter Wu2018-11-121-0/+23
* wiretap: fix truncated reads while reading compressed file formatsPeter Wu2018-11-101-0/+89
* wtap: fix regression in wtap_read_packet_bytesPeter Wu2018-10-011-6/+2
* Make systemd journal entries events.Gerald Combs2018-09-261-2/+9
* Add support for reading and writing the new if_hardware IDB option.Guy Harris2018-08-111-0/+7
* Do most of the RFC 7468 file processing in the dissector.Guy Harris2018-08-011-0/+3
* Add WTAP_ENCAP_RUBY_MARSHAL to the table of encapsulation names.Guy Harris2018-07-301-0/+3
* Add an entry for WTAP_ENCAP_DPAUXMON.Guy Harris2018-05-201-0/+2
* Add entries for two WTAP_ENCAP_ types, and clean up another entry.Guy Harris2018-05-201-1/+7
* Eliminate some unneeded header checks.Guy Harris2018-05-161-2/+0
* Added dissector for Excentis DOCSIS31 XRA header. DLT 273. Builtin version.Bruno Verstuyft2018-02-131-0/+4
* Rename ft_specific_data to reflect what we're actually using it for.Guy Harris2018-02-091-2/+2
* Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris2018-02-091-43/+53
* replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo2018-02-081-1/+1
* Avoid #ifdef'ing out translation unitsJoão Valverde2018-01-291-2/+2
* Wiretap: Add a missing comma.Gerald Combs2018-01-161-1/+1
* Check for gzipped files even if we don't have libz.Guy Harris2018-01-141-0/+3
* Use an enum for plugin types.Gerald Combs2018-01-111-14/+2
* wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin2018-01-091-4/+6
* Refactor plugin registration and loadingJoão Valverde2017-12-141-58/+17