aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-08-25One more change for the removal of LINKTYPE_SOCKETCAN_HOSTENDIAN.Guy Harris1-5/+2
2016-08-19Handle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.Guy Harris1-2/+5
2016-07-14Redo the block options APIs.Guy Harris1-105/+86
2016-06-21Add support for Opencontrail virtual networkRudra Rugge1-1/+4
2016-06-16ip-over-ib description entry was missingRudra Rugge1-1/+3
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann1-11/+23
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-29/+26
2016-05-30Copy all options when creating SHB block for new file.Michael Mann1-4/+1
2016-05-22Add wtap_optionblock_set_option_string_formatMichael Mann1-3/+3
2016-04-04Include ws_diag_control.h in config.hJoão Valverde1-2/+1
2016-03-01Prevent use-after-free issues with pcapng.c/wtap_opttypes.cMichael Mann1-8/+1
2016-02-23Making wiretap option blocks more generic.Michael Mann1-138/+79
2016-01-25phdr->pkt_encap and phdr->pkt_tsprec need to be set for seek-read too.Guy Harris1-0/+13