aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
2021-05-24Add ws_debug() and use itJoão Valverde1-1/+1
2021-03-15Remove unnecessary inclues of wiretap/pcapng.h.Guy Harris1-1/+0
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+1
2021-02-20BER: get rid of WTAP_FILE_TYPE_SUBTYPE_BER.Guy Harris1-0/+2
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-3/+1
2021-02-09wiretap: clean up WTAP_BLOCK_ names.Guy Harris1-1/+1
2021-02-06wiretap: add a mechanism for built-in modules to have a register routine.Guy Harris1-0/+3
2021-02-06Avoid exposing HAVE_PLUGINS in the public APIJoão Valverde1-5/+25
2021-02-01wiretap: redo the way we handle if_filter IDB options.Guy Harris1-10/+24
2021-01-30Refer to options whose data isn't a simple data type as "structured".Guy Harris1-1/+1
2021-01-27Add an encap_table entry for WTAP_ENCAP_ETW.Guy Harris1-0/+3
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris1-0/+25
2020-10-21Add a routine to make a newly-allocated copy of a block.Guy Harris1-4/+2
2020-10-21Add a routine to get the next as-yet-unfetched interface description.Guy Harris1-0/+23
2020-08-24wiretap: add Z-Wave Serial API frame type and pcap link-layer headerMikhail Gusarov1-0/+3
2020-07-29wiretap: have the file's time stamp resolution be a dump parameter.Guy Harris1-0/+1
2020-07-29wiretap: add a routine to add a "fake" IDB.Guy Harris1-0/+91
2020-06-21pcapng: add support for new Enhanced Packet Block optionsEelco Chaudron1-0/+4
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-1/+4
2020-05-08Add an encapsulation table entry for WTAP_ENCAP_MP4.Guy Harris1-0/+3
2020-05-02wiretap: add a routine that adds a wtap_block_t for an IDB to a wtap.Guy Harris1-0/+5
2020-05-01wiretap: combine common code into a common routine.Guy Harris1-13/+14
2020-05-01Remove some single-SHB assumptions.Guy Harris1-3/+9
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