Add data structures necessary to support multiple Section Header blocks.
[metze/wireshark/wip.git] / wiretap / wtap.h
2016-06-01 Michael MannAdd data structures necessary to support multiple Secti...
2016-04-18 Martin Kaiserwiretap: add support for the mplog capture file format
2016-04-01 Petr Sumberasupport for IP-over-Infiniband - pcap encapsulation
2016-02-23 Michael MannMaking wiretap option blocks more generic.
2016-02-20 Guy HarrisInitial support for FreeBSD USB captures.
2016-02-20 Guy HarrisPut back a define to make the Lua build happy.
2016-02-19 Guy HarrisGet rid of PCAP_ENCAP_USB.
2016-01-29 Guy HarrisAdd A-MPDU reassembly information to the radio metadata.
2016-01-13 Guy HarrisMove structure definition outside another structure...
2016-01-13 Guy HarrisClean up handling of the data before the Ethernet packe...
2016-01-13 Guy HarrisDissect the MC and AAL2 headers as 32-bit words.
2016-01-05 John A. ThackerGFP: Add support for Generic Framing Procedure (ITU...
2015-12-24 Simon BarberRefactor 802.11 radio flags.
2015-11-26 Guy HarrisProcess the radio information internally for AiroPeek...
2015-11-19 Martin Kaiseruse the official DLT for ISO14443
2015-11-12 Guy HarrisAdd wtap_dump_open_tempfile routines, to write to a...
2015-11-10 Gerald CombsInitial Sysdig syscall (event) support.
2015-11-10 Guy HarrisSkip only the actual file descriptor close when writing...
2015-11-04 Guy HarrisDon't include libwireshark headers from libwiretap.
2015-08-24 Richard SharpeAdd some symbols to wtap.h so that we can correctly...
2015-08-21 Hadriel KaplanFix memory leaks of dumper SHB and IDB infos
2015-08-19 Hadriel Kaplancapinfos: add more info about file and interfaces
2015-08-18 Hadriel KaplanImprove file merging for mergecap and wireshark
2015-08-18 Hadriel KaplanPcapng: clean up Section Header Block handling
2015-08-06 Hadriel KaplanPcapng: support Name Resolution Block options
2015-07-07 Guy HarrisUse the NSS provided by the Ixia Veriwave hardware.
2015-07-06 Guy HarrisUpdate a comment.
2015-06-28 Guy Harris"Short preamble" is 802.11[bg]-only, so put it in the...
2015-06-28 Graham BloiceSet 802.11.ac Partial AID field size
2015-06-26 Guy HarrisFix handling of 11ac radio metadata.
2015-06-25 Guy HarrisClean up 802.11 radio information handling.
2015-06-22 Guy HarrisProvide PHY type and band information in the 802.11...
2015-06-20 Guy HarrisCall the "802.11 radio information" dissector for radio...
2015-06-18 Guy HarrisGet rid of some unused members of struct ieee_802_11_phdr.
2015-06-15 Guy HarrisDefine XXX_phdr structures in the order in which they...
2015-06-15 Guy HarrisMove some structures used only in pcap-common.c there.
2015-04-30 AndersBromanAdd the abillity to read 3GPP trace records with format...
2015-04-13 anilkumar911Support for new netscaler 3.5 trace format.
2015-02-28 Guy HarrisRemove some unneeded includes of <sys/time.h>.
2015-02-17 Dario LombardoAdded JSON native file support.
2015-02-15 Guy HarrisHandle DLT_LOOP differently from DLT_NULL.
2015-02-13 Bill MeierReplace tabs by spaces when editor modelines has "expan...
2014-12-18 Guy HarrisRename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRIT...
2014-12-18 Guy HarrisHandle "I can't map this for that file format" better.
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_FILE_TYPE to WTAP_ERR_UNWRI...
2014-12-17 Guy HarrisRename WTAP_ERR_UNSUPPORTED_ENCAP to WTAP_ERR_UNWRITABL...
2014-12-01 Guy HarrisAdd a Buffer to wtap_pkthdr to hold file-type-specific...
2014-10-30 Guy HarrisSupport the bandwidth and "short GI" fields from Peek...
2014-10-30 Guy HarrisHandle the MCS index in Peek tagged files.
2014-10-29 Guy HarrisExpand the 802.11 pseudo-header and support new radio...
2014-10-14 Guy HarrisInitial version of support for Colasoft Capsa files.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-09 Guy HarrisMake the OPEN_INFO_ values members of an enum.
2014-10-08 Guy HarrisUse WTAP_ERR_BAD_FILE for malformed compressed data...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-09-22 Evan Huuspcapng: don't leak block option strings
2014-08-05 Bill MeierFix whitespace/indentation to match editor modelines.
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-06-25 Guy HarrisBoost the maximum snapshot length to 262144, for USBPcap.
2014-06-25 Guy HarrisBoost the maximum packet size to 131072.
2014-06-06 U-beauty\bdnIPMI trace dissector (without PCAP-dependent part).
2014-05-24 Guy HarrisDistinguish between "events" and "reports".
2014-05-24 Guy HarrisAdd support for plugins to handle pcap-ng block types.
2014-05-24 Guy HarrisAllow wtap_read() and wtap_seek_read() to return record...
2014-05-23 Guy HarrisRevert "Allow wtap_read() and wtap_seek_read() to retur...
2014-05-23 Guy HarrisAllow wtap_read() and wtap_seek_read() to return non...
2014-05-17 Peter Wuwiretap: remove unused code, drop number_of_interfaces
2014-05-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-05-08 Michael MannPopulate heuristic extension list during initialization...
2014-04-28 Philip Rosenberg... Add dissector for LINKTYPE_EPON
2014-04-01 Guy HarrisAdd a dissector for Apple's PKTAP headers.
2014-03-20 Anders BromanRevert "Allow pcapng interface options to be available...
2014-03-20 Christopher KilgourAllow pcapng interface options to be available to disse...
2014-03-19 Michal LabedzkiWiretap: Add support for Android Logcat
2014-03-19 Michael MannAdd capture file reader/writer support for Lua so scrip...
2014-03-16 Guy HarrisSupport to version 3.0 of netscaler packet wire format.
2014-03-07 Christopher KilgourIntroduces two new Bluetooth DLTs for RF-based captures.
2014-03-05 Hadriel KaplanAdd command-line arg for input file format for tshark...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-25 Michal LabedzkiWireshark: Add option to choose format type of capture...
2014-02-20 Michal LabedzkiAdd support for Bluetooth Linux Monitor
2014-01-29 Alexis La GoutteMerge "Apply layouts in Qt Creator. Fix a tooltip."
2014-01-22 Guy HarrisDon't write out packets that have a "captured length...
2014-01-12 Michael MannBluetooth/Ubertooth improvements. Bug 9606 (https...
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-30 Guy HarrisClean up white space.
2013-12-30 Guy HarrisAdd an "ATM reassembly failed" flag for capture file...
2013-12-30 Guy HarrisFor file formats that don't have magic numbers, so...
2013-12-07 Jakub ZawadzkiAdd WTAP_ENCAP_NETLINK which maps to DLT_NETLINK /253/
2013-12-02 Jakub ZawadzkiFix encap_table_base[] array.
2013-12-02 Guy HarrisMove most of the plugin code from epan to wsutil and...
2013-11-30 Michael MannSTANAG 5066 DTS Layer dissector. Bug 9217 (https:...
2013-11-11 Anders BromanExport the right function name.
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-11-08 Guy HarrisFor open dialogs, offer a list of sets of extensions...
2013-10-28 Bill MeierRevert SVN #52914;
2013-10-28 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
next