Move some structures used only in pcap-common.c there.
[metze/wireshark/wip.git] / wiretap / wtap.h
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...
2013-10-18 Bill MeierRevert SVN #52665.
2013-10-18 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-09-22 Anders BromanGet rid of struct addrinfo, use the hastables for name...
2013-08-27 Guy HarrisHave a separate list of extension sets to use in the...
2013-08-23 Guy HarrisFor the Windows Open dialog for capture files, get...
2013-07-28 Evan HuusFrom Linas Vepstas via https://bugs.wireshark.org/bugzi...
2013-06-28 Pascal QuantinUse newly assigned DLT for PDU export functionality
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-30 Pascal QuantinFrom Chris Bontje via https://bugs.wireshark.org/bugzil...
2013-05-11 Evan HuusFrom Ravi Kondamuru via https://bugs.wireshark.org...
2013-04-14 Pascal QuantinFrom Tomasz Mon via https://bugs.wireshark.org/bugzilla...
2013-04-01 Guy HarrisIn the Lua dumper code, don't bother checking whether...
2013-04-01 Guy HarrisAdd a wtap_dump_can_write() routine that indicates...
2013-04-01 Guy HarrisDefine a collection of bits for different types of...
2013-03-30 Martin Kaiserwiretap support for the CAM Inspector file format
2013-03-23 Evan HuusFrom Prafulla Harpanhalli via https://bugs.wireshark...
2013-03-17 Anders BromanFrom beroset:
2013-03-05 Bill MeierUse consistent indentation (4 spaces);
2013-03-01 Balint ReczeyExport libwireshark symbols using WS_DLL_PUBLIC define
2013-02-28 Balint ReczeyExport libwiretap symbols using WS_DLL_PUBLIC define
2013-01-24 Gilbert RamirezAdd support for HFI and infiniband interfaces in AIX...
2013-01-07 Anders BromanUse const char in wtap_register_encap_type() just as...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-11-28 Michael TüxenAdd native SCTP encapsulation.
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-14 Anders BromanFrom Nikhil Kalu:
2012-08-02 Guy HarrisFrom Richard Stearn: support for AX.25, including suppo...
2012-08-02 Guy HarrisFrom Richard Stearn: AX.25 KISS protocol support.
2012-07-20 Guy HarrisAdd a routine that, given a set of packet encapsulation...
2012-07-19 Michael MannAddresses https://bugs.wireshark.org/bugzilla/show_bug...
2012-07-18 Guy HarrisAdd to the 802.11 pseudo-header a "this is already...
2012-07-09 Guy HarrisThe names "etherpeek" and "airopeek" are a bit misleadi...
2012-06-29 Jakub ZawadzkiInitial support for D-Bus dissection (bug #5502)
2012-06-17 Guy HarrisExport a wtap_dump_can_write_encaps() routine from...
2012-06-17 Guy HarrisHave wtap_get_savable_file_types() take an array of...
next