Add wtap_pseudo_header union to wtap_pkthdr structure.
[metze/wireshark/wip.git] / wiretap / network_instruments.c
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 HarrisAdd to the 802.11 pseudo-header a "this is already...
2012-07-15 Anders BromanFrom Network Instruments by Tom Brezinski When a Networ...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-02-12 Guy HarrisDo not assume tab stops are set every 4 spaces.
2012-01-28 Anders BromanFrom Tom Brezinski:
2012-01-18 Guy HarrisTabs are not *ipso facto* 4 spaces.
2012-01-18 Alexis La GoutteFrom Tom Brezinski via https://bugs.wireshark.org/bugzi...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-10-12 Bill MeierFrom Robert Bullen: Fix for: Two minor bugs in Wiretap...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-05-03 Guy HarrisSquelch a compiler warning - but note, in a comment...
2011-05-03 Guy HarrisFix indentation (tab stops are not guaranteed to be...
2011-05-03 Guy HarrisFrom Tom Brezinski - fix for bug 5869:
2011-04-21 Guy HarrisIn a dump_open routine, you don't need to seek to the...
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-11-05 Anders BromanFrom Robert Bullen:
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-04-22 Guy HarrisClean up some 64-bit issues.
2009-03-09 Gerald CombsP64 fixes.
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-05-28 Anders BromanEthareal->Wireshark
2006-04-16 Guy HarrisAdd some missing little-endianizing.
2006-04-16 Guy HarrisAdd a loop to process TLVs in the file header.
2006-04-16 Guy HarrisMove file format definitions to the header file.
2006-04-14 Guy HarrisSkip non-data records. Fixes bug 767.
2006-03-08 Luis OntanonCoverity's run 14 CID 82.
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2005-06-30 Ronnie Sahlbergmake reading of observer files work again
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-02-09 Guy HarrisAdd extra {} to "avoid ambiguous `else'", to quote...
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-11-25 Guy Harris"file_seek()" sets "*err" - there's no need to set...
2003-11-06 Guy HarrisFrom Scott Emberley: support for writing Network Instru...
2003-11-01 Guy HarrisThe time in Observer files is in nanoseconds since...
2003-10-31 Guy HarrisTemporarily get rid of the "struct tm" in "struct obser...
2003-10-31 Guy HarrisFrom Scott Emberley: support for reading Network Instru...