aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-04Give an IDB and an NRB as examples of the third type of block.Guy Harris1-0/+16
2018-01-20wiretap: more SPDX license convertions.Dario Lombardo1-14/+1
2018-01-14Check for gzipped files even if we don't have libz.Guy Harris1-0/+3
2018-01-09wiretap: add a parameter to wtap_init() indicating whether plugins must be lo...Pascal Quantin1-2/+6
2018-01-09Use pcapng as the name of the file format.Guy Harris1-4/+4
2017-12-29Do the right check for "no name resolution information to save".Guy Harris1-0/+2
2017-12-21Add IEEE 802.3br Frame Preemption Protocol dissectorAnton Glukhov1-0/+1
2017-12-14Refactor plugin registration and loadingJoão Valverde1-2/+12
2017-11-15Handle LINKTYPE_JUNIPER_ST 200.Anders1-0/+1
2017-10-29wtap.h: Replace literal buffer size with WS_INET_ADDRSTRLENJoão Valverde1-2/+3
2017-09-06plugins: config.h must not be included by public headersJoão Valverde1-0/+1
2017-09-04Add support for WPFCapture "formats" from Microsoft Analyzer.Michael Mann1-0/+7
2017-09-01Add support for NetMon NetmonFilter and NetworkInfoEx frame types.Michael Mann1-0/+2
2017-08-30Add support for reading comments in Network Monitor filesMichael Mann1-0/+17
2017-08-29Add Network Monitor Event Tracing eventMichael Mann1-0/+1
2017-08-26wiretap: Add WTAP_ENCAP_NORDIC_BLEStig Bjørlykke1-0/+1
2017-07-17ERF_TYPE_META write and comment supportAnthony Coddington1-1/+5
2017-07-14vsock: add WTAP_ENCAP_VSOCK constantStefan Hajnoczi1-0/+1
2017-06-22Add WTAP_ENCAP_3MB_ETHERNET for Xerox 3MB Ethernet.Guy Harris1-0/+1
2017-06-09Add URL for link specifying D-Bus maximum message length.Guy Harris1-1/+6
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-5/+9
2017-06-03LoRaTap DLT and dissectorErik de Jong1-0/+1
2017-06-03Don't keep the pcap/pcapng link-layer header type as interface data.Guy Harris1-1/+0
2017-04-30packet-ieee80211-radio.c: Minor refactor and whitespace cleanupSimon Barber1-9/+11
2017-03-31Add packet capture support for Darwin USBScott Deandrea1-0/+1
2017-02-18wiretap: add open_routines cleanup function.Dario Lombardo1-0/+2
2017-02-14wiretap: add cleanup routine.Dario Lombardo1-0/+3
2016-12-04Have a routine to do all the work of initializing libwiretap.Guy Harris1-2/+4
2016-09-10wiretap: fix memory leak of interface_data for wtap_dumperPeter Wu1-2/+9
2016-09-10Have "All Capture Files" match only capture files.Guy Harris1-8/+14
2016-08-25Go back to having only one SocketCAN LINKTYPE_ value.Guy Harris1-2/+1
2016-08-19Handle the new LINKTYPE_CAN_SOCKETCAN_HOSTENDIAN.Guy Harris1-1/+2
2016-07-15Do a deep copy in wtap_block_add_custom_option().Guy Harris1-1/+1
2016-07-14Redo the block options APIs.Guy Harris1-38/+21
2016-06-21Add support for Opencontrail virtual networkRudra Rugge1-0/+1
2016-06-15More Sysdig / system event support.Gerald Combs1-0/+1
2016-06-06Move ip6_to_str_buf() to to_str.c and make it take the buffer length.João Valverde1-1/+1
2016-06-01Add data structures necessary to support multiple Name Resolution blocks.Michael Mann1-10/+10
2016-06-01Add data structures necessary to support multiple Section Header blocks.Michael Mann1-9/+9
2016-04-18wiretap: add support for the mplog capture file formatMartin Kaiser1-0/+1
2016-04-01support for IP-over-Infiniband - pcap encapsulationPetr Sumbera1-1/+2
2016-02-23Making wiretap option blocks more generic.Michael Mann1-182/+34
2016-02-20Initial support for FreeBSD USB captures.Guy Harris1-7/+1
2016-02-20Put back a define to make the Lua build happy.Guy Harris1-1/+7