summaryrefslogtreecommitdiff
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-19Get rid of PCAP_ENCAP_USB.Guy Harris1-1/+1
2016-01-29Add A-MPDU reassembly information to the radio metadata.Guy Harris1-0/+9
2016-01-13Move structure definition outside another structure definition.Guy Harris1-4/+6
2016-01-13Clean up handling of the data before the Ethernet packet in ERF files.Guy Harris1-1/+4
2016-01-13Dissect the MC and AAL2 headers as 32-bit words.Guy Harris1-0/+1
2016-01-05GFP: Add support for Generic Framing Procedure (ITU-T G.7041/Y.1303)John A. Thacker1-0/+2
2015-12-24Refactor 802.11 radio flags.Simon Barber1-75/+51
2015-11-26Process the radio information internally for AiroPeek classic files.Guy Harris1-34/+33
2015-11-19use the official DLT for ISO14443Martin Kaiser1-0/+1
2015-11-12Add wtap_dump_open_tempfile routines, to write to a temporary file.Guy Harris1-0/+31
2015-11-10Initial Sysdig syscall (event) support.Gerald Combs1-0/+15
2015-11-10Skip only the actual file descriptor close when writing to stdout.Guy Harris1-0/+26
2015-11-04Don't include libwireshark headers from libwiretap.Guy Harris1-0/+17
2015-08-24Add some symbols to wtap.h so that we can correctly support 802.11ad.Richard Sharpe1-1/+27
2015-08-21Fix memory leaks of dumper SHB and IDB infosHadriel Kaplan1-0/+23
2015-08-19capinfos: add more info about file and interfacesHadriel Kaplan1-1/+9
2015-08-18Improve file merging for mergecap and wiresharkHadriel Kaplan1-0/+12
2015-08-18Pcapng: clean up Section Header Block handlingHadriel Kaplan1-8/+63
2015-08-06Pcapng: support Name Resolution Block optionsHadriel Kaplan1-6/+99
2015-07-07Use the NSS provided by the Ixia Veriwave hardware.Guy Harris1-2/+3
2015-07-06Update a comment.Guy Harris1-1/+4
2015-06-28"Short preamble" is 802.11[bg]-only, so put it in the PHY-specifc info.Guy Harris1-22/+60
2015-06-28Set 802.11.ac Partial AID field sizeGraham Bloice1-1/+1
2015-06-26Fix handling of 11ac radio metadata.Guy Harris1-7/+22