Have "All Capture Files" match only capture files.
[metze/wireshark/wip.git] / wiretap / netmon.c
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:
2010-12-28 Guy HarrisIt is not guaranteed that the records in numerical...
2010-07-23 Guy HarrisAt least in some NetMon 3.4 VPN captures, the per-packe...
2010-07-21 Guy HarrisThe 32-bit unsigned time offset in version 1.x files...
2010-07-21 Guy HarrisAccording to mail from Paul Long at Microsoft, in the...
2010-07-19 Guy HarrisInitial support for Network Monitor 802.11 radio header.
2010-07-18 Guy HarrisThe time delta in a NetMon frame header is signed ...
2010-07-18 Guy HarrisNetMon per-packet link-layer types with 0xE000 in the...
2010-07-18 Guy HarrisInitial support for the trailer information in versions...
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-12-09 Stephen FisherWhen reading NetMon capture files version 2.1 and highe...
2009-06-02 Guy HarrisNo newlines in the additional-error-information string...
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-03-09 Gerald CombsP64 fixes.
2007-06-05 Guy HarrisNote the version numbers in NetMon 3.0 files.
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-04 Guy HarrisFix some more leaks in error returns from open routines...
2005-05-30 Gerald CombsFrom Steve Grubb: Fix a memory leak. Fixes part of...
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-03-03 Guy HarrisHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2003-12-23 Ulf Lampingremoved some MSVC warnings (conversions between double...
2003-11-06 Guy HarrisFrom Scott Emberley: support for writing Network Instru...
next