aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2020-12-04Add a documentation comment for wtap_dump_add_idb().Guy Harris1-0/+11
2020-12-02MBIM: Update dissector to support DLT_ETWOdysseus Yang1-0/+1
2020-10-27Add a new record type REC_TYPE_SYSTEMD_JOURNAL.Guy Harris1-0/+6
2020-10-22editcap, tshark: process IDBs in the middle of input files.Guy Harris1-0/+23
2020-10-21Add a routine to get the next as-yet-unfetched interface description.Guy Harris1-0/+12
2020-10-20Add an API to determine whether a file type uses interface IDs.Guy Harris1-0/+7
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-8/+16
2020-10-11Fix many spelling errorsРоман Донченко1-4/+4
2020-10-03Update URLs pointing to the bug database.Guy Harris1-2/+2
2020-08-24wiretap: add Z-Wave Serial API frame type and pcap link-layer headerMikhail Gusarov1-0/+1
2020-08-10Bluetooth: simple HCI ISO Data packet dissectorJakub Pawlowski1-0/+1
2020-08-09wiretap: have wtap_dump_flush(), and its callers, check for errors.Guy Harris1-1/+1
2020-08-07netmon: handle non-monitor-mode 802.11 packets differently.Guy Harris1-2/+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/+14
2020-07-21nettl: user IDs are 32-bit in HP-UX.Guy Harris1-1/+1
2020-06-21pcapng: add support for new Enhanced Packet Block optionsEelco Chaudron1-1/+10
2020-05-27ieee80211: Add datarate for 802.11AX packetsGlenden Lee1-0/+16
2020-05-09sll: add support for LINKTYPE_LINUX_SLL2.Guy Harris1-0/+1
2020-05-01Remove some single-SHB assumptions.Guy Harris1-5/+15
2020-01-14wiretap: Add MP4 readerJakub Adam1-0/+2
2019-12-20Expand the frequency range for the DMG PHY.Guy Harris1-1/+1
2019-10-18Increase maximum USBPcap packet size to 128 MiBTomasz Moń1-2/+2
2019-08-20Boost the maximum packet size for LINKTYPE_USBPCAP in pcap/pcapng.Guy Harris1-7/+17
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-25USBLL: Initial USB 2.0 Link Layer dissectorTomasz Moń1-0/+1
2019-07-08wiretap: Add a phone log reader.Anders Broman1-0/+2
2019-05-20wtap: Add support for 802.11ah and 802.11ax PHYs.Richard Sharpe1-0/+2
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-14/+35
2019-03-23Clean up IPMB/I2C link-layer header types.Guy Harris1-2/+2
2019-02-28Add IEEE 802.15.4 TAP link typeJames Ko1-0/+1
2019-02-19Add --discard-all-secrets to remove decryption secrets.Guy Harris1-0/+12
2019-02-13Add macros for the pack_flags field.Guy Harris1-1/+72
2019-01-18ebhscr: increasing ebhscr snaplenPantar Ana1-0/+1
2019-01-17VPP: add vpp graph dispatch trace dissectorDave Barach1-0/+1
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris1-4/+4
2018-12-27ebhscr: fixing WTAP_ENCAP_EBHSCRPantar Ana1-0/+1
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu1-0/+25
2018-11-20Add an API to get a list of compressed-file extensions, and use it.Guy Harris1-10/+10
2018-11-19wtap.h: Fix documentation warningsJoerg Mayer1-2/+0
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris1-0/+4
2018-11-16Add an API to get a description of a compression type, and use it.Guy Harris1-1/+4
2018-11-16Use an enum for compression types in various interfaces.Guy Harris1-9/+20
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris1-35/+30
2018-11-13Fix function name in comment.Guy Harris1-1/+1
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris1-21/+4
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu1-36/+49
2018-10-29The signal strength and noise in dB from an arbitrary reference are unsigned.Guy Harris1-2/+2
2018-10-29Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.Guy Harris1-0/+4
2018-09-26Make systemd journal entries events.Gerald Combs1-1/+2