aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1
2014-12-18Handle "I can't map this for that file format" better.Guy Harris1-1/+5
2014-12-17Rename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRITABLE_FILE_TYPE.Guy Harris1-1/+1
2014-12-17Rename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABLE_ENCAP.Guy Harris1-1/+1
2014-12-01Add a Buffer to wtap_pkthdr to hold file-type-specific packet metadata.Guy Harris1-14/+23
2014-10-30Support the bandwidth and "short GI" fields from Peek tagged files.Guy Harris1-8/+27
2014-10-30Handle the MCS index in Peek tagged files.Guy Harris1-2/+2
2014-10-29Expand the 802.11 pseudo-header and support new radio metadata.Guy Harris1-6/+26
2014-10-14Initial version of support for Colasoft Capsa files.Guy Harris1-0/+2
2014-10-09Use an enum for the open-routine return value, as per Evan Huus's suggestion.Guy Harris1-10/+17
2014-10-09Make the OPEN_INFO_ values members of an enum.Guy Harris1-8/+6
2014-10-08Use WTAP_ERR_BAD_FILE for malformed compressed data in DOS Sniffer files.Guy Harris1-16/+10
2014-10-07No need for WTAP_ERR_CANT_READ.Guy Harris1-4/+4
2014-09-28Make the time stamp resolution per-packet.Guy Harris1-8/+12
2014-09-22pcapng: don't leak block option stringsEvan Huus1-1/+1
2014-08-05Fix whitespace/indentation to match editor modelines.Bill Meier1-9/+9
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-06-25Boost the maximum snapshot length to 262144, for USBPcap.Guy Harris1-2/+2
2014-06-25Boost the maximum packet size to 131072.Guy Harris1-2/+2
2014-06-06IPMI trace dissector (without PCAP-dependent part).U-beauty\bdn1-0/+1
2014-05-24Distinguish between "events" and "reports".Guy Harris1-7/+35
2014-05-24Add support for plugins to handle pcap-ng block types.Guy Harris1-0/+6
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-0/+16
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-15/+6
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-6/+15
2014-05-17wiretap: remove unused code, drop number_of_interfacesPeter Wu1-1/+0
2014-05-09Revert "Refactor Wiretap"Guy Harris1-45/+38
2014-05-09Refactor WiretapMichael Mann1-38/+45
2014-05-08Populate heuristic extension list during initialization and not during each c...Michael Mann1-1/+2
2014-04-28Add dissector for LINKTYPE_EPONPhilip Rosenberg-Watt1-0/+1
2014-04-01Add a dissector for Apple's PKTAP headers.Guy Harris1-0/+1
2014-03-20Revert "Allow pcapng interface options to be available to dissectors."Anders Broman1-1/+0
2014-03-20Allow pcapng interface options to be available to dissectors.Christopher Kilgour1-0/+1
2014-03-19Wiretap: Add support for Android LogcatMichal Labedzki1-0/+22
2014-03-19Add capture file reader/writer support for Lua so scripts can implement new c...Michael Mann1-6/+34
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris1-0/+2
2014-03-07Introduces two new Bluetooth DLTs for RF-based captures.Christopher Kilgour1-0/+2
2014-03-05Add command-line arg for input file format for tshark/wiresharkHadriel Kaplan1-0/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Wireshark: Add option to choose format type of capture fileMichal Labedzki1-2/+21
2014-02-20Add support for Bluetooth Linux MonitorMichal Labedzki1-1/+10
2014-01-22Don't write out packets that have a "captured length" bigger than we'reGuy Harris1-0/+4
2014-01-12Bluetooth/Ubertooth improvements. Bug 9606 (https://bugs.wireshark.org/bugzi...Michael Mann1-2/+10
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-2/+1
2013-12-30Clean up white space.Guy Harris1-3/+3
2013-12-30Add an "ATM reassembly failed" flag for capture file readers to provide,Guy Harris1-1/+5
2013-12-30For file formats that don't have magic numbers, so they're recognized byGuy Harris1-1/+53
2013-12-07Add WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/Jakub Zawadzki1-0/+1
2013-12-02Fix encap_table_base[] array.Jakub Zawadzki1-0/+1
2013-12-02Move most of the plugin code from epan to wsutil and remove allGuy Harris1-0/+4