aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-26The sent field of the p2p pseudo-header is a Boolean.Guy Harris1-6/+1
2018-09-26Rename the pseudo-header for X.25, V.120, and Frame Relay.Guy Harris1-4/+5
2018-08-31Add a systemd Journal Export Format parser and dissector.Gerald Combs1-0/+2
2018-08-09Pass zero-length PSDU type information to the radio dissector.Guy Harris1-15/+24
2018-08-01RFC 7468 is PEM-inspired, but it's not PEM.Guy Harris1-1/+1
2018-08-01Do most of the RFC 7468 file processing in the dissector.Guy Harris1-0/+1
2018-07-06Fix the calculation of a file's "basename".Guy Harris1-0/+2
2018-07-03The "Ethernet offset" is 16 bits in the file; make it so in the pseudo-header.Guy Harris1-1/+1
2018-06-15Convert NetMon comment titles to UTF-8 when reading the file.Guy Harris1-3/+2
2018-06-07wiretap: add support for ruby marshal object files.Dario Lombardo1-0/+2
2018-05-15wiretap: Add a reader for files in the PEM-like format specified by RFC 7468Роман Донченко1-0/+1
2018-05-10wiretap: DPA-400 logfile supportDirk Eibach1-0/+1
2018-05-10DisplayPort AUX channel protocol dissectorDirk Eibach1-0/+1
2018-05-07Revert "wiretap: DPA-400 logfile support"Guy Harris1-1/+0
2018-05-07wiretap: DPA-400 logfile supportDirk Eibach1-0/+1
2018-02-18Fix some source headers, reformat SPDX license lines in comment block.Jaap Keuter1-1/+2
2018-02-13Added dissector for Excentis DOCSIS31 XRA header. DLT 273. Builtin version.Bruno Verstuyft1-0/+1
2018-02-09Rename ft_specific_data to reflect what we're actually using it for.Guy Harris1-2/+3
2018-02-09Remove redundant members from wtap_syscall_header.Guy Harris1-5/+4
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-41/+55
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1