fix for netmon 3.x captures
[metze/wireshark/wip.git] / wiretap / netmon.c
2019-01-20 Stefan Metzmacherfix for netmon 3.x captures
2018-06-22 Guy HarrisDeclare lead_surrogate only in the block where it's...
2018-06-15 Guy HarrisJust extract the title length once.
2018-06-15 Guy HarrisFix some "bad file" messages.
2018-06-15 Guy HarrisConvert NetMon comment titles to UTF-8 when reading...
2018-06-15 Guy HarrisNo need to check for a UTF-16 string's length being...
2018-06-14 Guy HarrisFix indentation.
2018-06-14 Guy HarrisFix the handling of paths in the process information.
2018-03-13 Gerald CombsGet rid of TestBigEndian and AC_C_BIGENDIAN.
2018-02-09 Guy HarrisGeneralize wtap_pkthdr into a structure for packet...
2018-02-08 Dario Lombardoreplace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.
2018-02-07 Stig Bjørlykkenetmon: Initialize struct netmonrec_comment on alloc
2018-01-20 Dario Lombardowiretap: use SPDX identifiers (partial work).
2018-01-09 Guy HarrisUse pcapng as the name of the file format.
2017-10-26 Guy HarrisAdd a ws_in6_addr typedef for struct e_in6_addr.
2017-09-24 Guy HarrisDon't look at the comment or process table with pre...
2017-09-07 João ValverdeMore [-Wmaybe-uninitialized] fixes with -Og
2017-09-06 Michael MannNetMon: Add support for WiFi Message
2017-09-05 Michael MannEnsure process info offset is "seek"ed when process...
2017-09-04 Michael MannAdd support for WPFCapture "formats" from Microsoft...
2017-09-01 Michael MannAdd support for NetMon NetmonFilter and NetworkInfoEx...
2017-08-31 Michael MannRead process info table from Netmon files
2017-08-30 Michael MannAdd support for reading comments in Network Monitor...
2017-08-29 Michael MannAdd Network Monitor Event Tracing event
2017-06-05 Guy HarrisAllow bigger snapshot lengths for D-Bus captures.
2016-06-06 Michael Mann*_stdup_printf -> strdup for "single string only" forma...
2015-12-24 Simon BarberRefactor 802.11 radio flags.
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-06-25 Guy HarrisClean up 802.11 radio information handling.
2015-06-20 Guy HarrisCall the "802.11 radio information" dissector for radio...
2015-04-20 Guy HarrisHave a common routine to convert FILETIME to nstime_t.
2015-04-07 Bill Meierieee80211.c: "IEEE 802.11 plus Network Monitor radio...
2015-01-03 Martin MathiesonRemove unnecessary includes from wiretap folder
2015-01-02 Bill MeierAdd "Editor modelines"; Adjust whitespace as needed.
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-17 Guy HarrisUse WTAP_ERR_UNSUPPORTED for input file stuff we can...
2014-10-29 Guy HarrisExpand the 802.11 pseudo-header and support new radio...
2014-10-10 Guy HarrisOops, missed one.
2014-10-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisNo need for WTAP_ERR_CANT_READ.
2014-10-07 Guy HarrisAdd some higher-level file-read APIs and use them.
2014-09-28 Guy HarrisMake the time stamp resolution per-packet.
2014-08-02 Guy HarrisRename buffer_ routines to ws_buffer_ to avoid name...
2014-07-15 Guy HarrisOnly one buffer.c, please.
2014-07-06 Guy HarrisFix more errors revealed by enum-to-integer conversion...
2014-07-06 Guy HarrisSquelch a warning.
2014-07-06 Guy HarrisPull the record processing into netmon_process_record().
2014-07-05 Guy HarrisFix an error caught by enum-conversion warnings.
2014-07-05 Guy HarrisFix whitespace issues.
2014-07-05 Guy HarrisHandle the UTC timestamps in NetMon 2.3 files.
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-09 Guy HarrisRevert "Refactor Wiretap"
2014-05-09 Michael MannRefactor Wiretap
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-02-06 Guy HarrisMake some routines take a struct wtap_pkthdr * as an...
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-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2013-12-31 Guy HarrisUse the packet length read from the packet header when...
2013-12-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
2013-11-09 Jakub ZawadzkiReplace wtap_nstime with nstime_t, remove wtap_nstime_t...
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-02 Guy HarrisInitialize the frame_table_size field of the private...
2013-06-01 Guy HarrisWhen allocating the frame table for a NetMon file,...
2013-06-01 Guy HarrisMove the record header processing code into a common...
2013-03-25 Evan HuusWiretap file open routines should not free wth->priv...
2013-03-17 Anders BromanFrom beroset:
2012-12-27 Guy HarrisOK, fine, how about 4 characters initializing a 4-chara...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-10-16 Jakub ZawadzkiAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-07-18 Guy HarrisSet the 802.11 "already decrypted" flag to FALSE for...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-02 Anders BromanTry to squelch warnings
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-05-02 Guy HarrisUse WTAP_ENCAP_IEEE_802_11_xxx for all the "802.11...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-01-14 Guy HarrisNetMon 1.x format does *not* support per-packet encapsu...
2011-12-22 Guy HarrisThe encapsulation following WTAP_ENCAP_ARCNET is
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-12-13 Guy HarrisCrank up the maximum frame table size to 512*2^20 packe...
2011-12-13 Guy HarrisAdd an arbitrary limit on the maximum size of the frame...
2011-11-17 Guy HarrisAdd checks to make sure we don't overflow the maximum...
2011-11-17 Guy HarrisAdd support for writing WTAP_ENCAP_PER_PACKET files...
2011-11-16 Guy HarrisSupport nanosecond-resolution time for NetMon 2.x forma...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-05-03 Guy HarrisNote what NetMon 3 actually uses various types for.
2011-05-03 Guy HarrisSet the pseudo-header regardless of whether we have...
2011-05-03 Guy HarrisIt appears that, in NetMon 802.11 captures, management...
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 Guy Harris"This file format can't be written to a pipe" and ...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
next