Refactor 802.11 radio flags.
[metze/wireshark/wip.git] / wiretap / erf.c
2015-12-19 Guy HarrisAdd missing ERF types, mention another missing type...
2015-12-19 Anthony CoddingtonERF: Add basic no-break support for ERF_TYPE_META.
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
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-09 Guy HarrisUse an enum for the open-routine return value, as per...
2014-10-07 Guy HarrisFix a comment, clean up some whitespace.
2014-10-07 Guy HarrisWhitespace cleanups.
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-07-15 Guy HarrisOnly one buffer.c, please.
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-03-04 Pascal QuantinFix warnings introduced in g2965913
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
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-03 Jakub Zawadzkiwiretap: start using <wsutil/pint.h>
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-08-15 Jakub ZawadzkiOriginal ERF file format documentation is still 404...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-04 Anders BromanFrom Anthony Coddington:
2013-01-06 Guy HarrisWhen writing an ERF record, the case where the encapsul...
2013-01-06 Alexis La GoutteFix some Dead Store (Dead assignement/Dead increment...
2012-12-27 Guy HarrisDo not call wtap_file_read_unknown_bytes() or
2012-12-21 Guy HarrisSquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-17 Jakub ZawadzkiFill some phdr values also when doing random read
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-09-07 Jeff MorrissFrom Stephen Donnelly via https://bugs.wireshark.org...
2012-06-02 Anders BromanTry to squelch warnings
2012-05-24 Anders BromanFrom Stephen Donnelly:
2012-05-23 Anders BromanFrom Stephen Donnelly:
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-03-02 Bill MeierAFAIKT there's no reason to #include <wsutil/crc32...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-02-14 Guy HarrisTYPE_PAD records can have zero bytes of payload; don...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-11-17 Guy HarrisRename pletonll() to reflect what it actually does...
2011-10-21 Gerald CombsFrom Huzaifa Sidhpurwala of Red Hat Security Response...
2011-10-14 Stig BjørlykkeRemoved newencap as it's unused.
2011-10-04 Anders BromanFrom Andrew Kampjes:
2011-09-06 Guy HarrisDon't synthesize a CRC if the packet already has one.
2011-09-03 Stig BjørlykkeCheck return value from wtap_dump_file_write.
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-08-31 Guy HarrisNot ideal, but OK for now - alignbytes, at that point...
2011-08-31 Stig BjørlykkeTry using gint64 for alignbytes.
2011-08-31 Stig BjørlykkeFrom Andrew Kampjes via bug 6260:
2011-04-21 Guy HarrisAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-20 Guy Harrispntohll() takes a guint8 * as an argument; there's...
2011-04-06 Guy HarrisFrom Jakub Zawadzki:
2010-11-04 Jaap KeuterFrom Alexis La Goutte:
2010-10-28 Anders BromanFrom Stephen Donnelly:
2010-04-08 Anders BromanFrom Stephen Donnelly:
2010-02-02 Anders BromanFrom Stephen Donnelly:
2009-11-09 Stig BjørlykkeRemoved an unused variable.
2009-08-10 Guy HarrisUpdate a comment - a bad packet size could also be...
2009-08-10 Gerald CombsDon't try to allocate more than WTAP_MAX_PACKET_SIZE...
2009-04-22 Guy HarrisClean up some 64-bit issues.
2008-09-29 Anders BromanFrom Francesco Fusco:
2008-07-14 Jaap KeuterFrom Stephen Donnelly:
2008-04-12 Sake BlokFrom Stephen Donnelly (bug 2359):
2008-03-14 Gerald CombsFrom Stephen Donnelly via bug 2235:
2008-02-07 Stig BjørlykkeRemoved some "statement not reached" warnings.
2008-01-10 Guy HarrisGet rid of extra blank lines at the end of the file.
2008-01-10 Guy HarrisUse WTAP_ENCAP_ERF as the file encapsulation, as that...
2008-01-09 Jeff MorrissFrom Florent Drouin:
2007-11-19 Gerald CombsGet the number of captured bytes from "rlen" instead...
2007-11-06 Anders BromanFrom Florent Drouin:
2007-11-05 Anders BromanStrengthen BER and ERF heuristics to solve:
2007-10-08 Anders BromanFrom Florent DROUIN:
2007-06-08 Guy HarrisFrom Stephen Donnelly of Endace:
2007-02-18 Jeff MorrissFrom Florent Drouin: support for MTP2 in ERF type 5...
2006-11-29 Anders BromanFroim Rene Pilz:
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-01-07 Ulf Lampingdon't claim to be an erf file if it isn't (e.g. if...
2005-08-26 Guy HarrisEthereal now requires 64-bit integer support, so get...
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-02-03 Guy HarrisGive a URL for the ERF specification.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-01-25 Guy HarrisHave the Wiretap open, read, and seek-and-read routines...
2004-01-05 Ulf Lamping removed some MSVC warnings (level 3)
2003-12-11 Ulf Lampingprevent MSVC warning:
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-09-19 Guy HarrisFrom Jesper Peterson: add support for AAL5 records...
2003-08-26 Guy HarrisFrom Jesper Peterson:
2003-08-26 Guy HarrisFrom Jesper Peterson: support for Endace ERF file format.