aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-06-22Add WTAP_ENCAP_3MB_ETHERNET for Xerox 3MB Ethernet.Guy Harris1-0/+3
2017-06-15Make the short names for USB encspsulation types more regular.Guy Harris1-2/+2
2017-06-15Better names for various USB headers.Guy Harris1-2/+2
2017-06-15Miscellaneous texual corrections and additionJaap Keuter1-1/+1
2017-06-03LoRaTap DLT and dissectorErik de Jong1-0/+3
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-2/+1
2017-04-29Eliminate some double-frees.Guy Harris1-0/+2
2017-03-31Add packet capture support for Darwin USBScott Deandrea1-0/+3
2017-02-18wiretap: add open_routines cleanup function.Dario Lombardo1-0/+1
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+18
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-6/+15
2016-09-28Use wtap_read_bytes() to skip over bytes when reading a record.Guy Harris1-2/+4