Refactor Wiretap
[metze/wireshark/wip.git] / wiretap / netmon.c
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...
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-01-10 Guy HarrisThe Sniffer file formats include a file to identify...
2003-01-06 Guy HarrisCast "secs" to "double" before multiplying by 1000000...
2003-01-03 Guy HarrisRename WTAP_ENCAP_ATM_SNIFFER to WTAP_ENCAP_ATM_PDUS...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-13 Guy HarrisGet rid of the "vpi" and "vci" arguments to "atm_guess_...
2002-08-13 Guy HarrisUse "atm_guess_traffic_type()" to guess the ATM traffic...
2002-07-29 Guy HarrisFrom Joerg Mayer:
2002-07-16 Guy HarrisFrom Graeme Hewson:
2002-06-07 Guy HarrisGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-06-04 Guy HarrisThe frame table isn't needed once we've made a sequenti...
2002-05-04 Guy HarrisFix capture-file-specific "close output" routines to...
2002-04-30 Guy HarrisUniformly use "sizeof (struct netmon_atm_hdr)" for...
2002-04-30 Guy HarrisReplace the "ngsniffer_atm" with an "atm" pseudo-header...
2002-03-05 Guy HarrisMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 Guy HarrisHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 Guy HarrisCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-02-27 Guy HarrisFrom Joerg Mayer: remove unused variables and declarati...
2002-02-08 Guy HarrisHave Wiretap set the snapshot length to 0 if it can...
2002-01-25 Guy HarrisFrom Motonori Shindo: protect include of <netinet/in...
2002-01-24 Guy HarrisAdd support for ATM captures (based on writing one...
2001-12-04 Guy HarrisIn the NetMon capture file reading code, if we get...
2001-11-13 Gilbert RamirezHopefully the last time I have to change my e-mail...
2001-10-25 Gilbert RamirezGet rid of signed/unsigned comparison warnings in wiretap.
2001-10-04 Guy HarrisUse longs as file offsets, so that on platforms with...
2001-08-25 Guy HarrisThe return value from "fwrite()" is a "size_t"; make...
2001-07-15 Guy HarrisFixes, from Scott Renfro, for some calls to "localtime...
2001-07-13 Guy HarrisFrom Joerg Mayer:
2001-03-10 Guy HarrisObliging every capture file reader's "open()" routine...
2001-01-25 Guy HarrisFinish up support for writing NetMon 2.x capture files.
2000-11-19 Guy Harris"wtap_read()" must *always* set "*err" when it returns...
2000-09-21 Gilbert RamirezMake sure to pass the sent/received direction from...
next