aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-01-08Improve an error message.Guy Harris1-1/+1
2016-01-05GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)John A. Thacker1-0/+7
2015-12-16Make zlib API constness-aware, take 2.Guy Harris1-4/+0
2015-12-16Revert "Make zlib API constness-aware"Guy Harris1-0/+4
2015-12-16Make zlib API constness-awareJoão Valverde1-4/+0
2015-11-27wtap: Disable ISO C forbids conversion [-Wpedantic]João Valverde1-6/+4
2015-11-26Process the radio information internally for AiroPeek classic files.Guy Harris1-3/+0
2015-11-19use the official DLT for ISO14443Martin Kaiser1-0/+3
2015-11-07Clean up includes of unistd.h, fcntl.h, and sys/stat.h.Guy Harris1-4/+0
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-0/+48
2015-08-19capinfos: add more info about file and interfacesHadriel Kaplan1-13/+109
2015-08-18Improve file merging for mergecap and wiresharkHadriel Kaplan1-0/+24
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-11/+35
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-0/+59
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9111-1/+4
2015-02-17Added JSON native file support.Dario Lombardo1-0/+3
2015-02-15Handle DLT_LOOP differently from DLT_NULL.Guy Harris1-1/+4