Register a few more file extensions as belonging to Wireshark.
[metze/wireshark/wip.git] / wiretap / visual.c
2015-11-09 Guy HarrisCall the dumper routine to finish write a file the...
2015-04-20 Guy HarrisMake various structure members the right size for time...
2015-04-20 Guy HarrisVisual Networks captures have only millisecond resolution.
2015-04-20 Guy HarrisSimplify the calculation of the time stamp.
2015-04-19 Guy HarrisUse 64-bit fixed point to calculate time stamps.
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_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 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-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-04-25 Guy Harriswtap_read() and wtap_seek_read() handle caplen > len...
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-29 Jakub ZawadzkiExpand macros: htoles(), htolel(), htolell()
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-17 Guy HarrisMerge "read record header" and "read packet data" routi...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-06-06 Guy HarrisPull all the code that reads and processes the packet...
2013-03-17 Anders BromanFrom beroset:
2013-01-04 Michael Mannreplace "unsigned" datatype with "guint". Some mpeg...
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-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-02-25 Guy HarrisAdd a presence flag field to the packet information...
2011-12-13 Guy HarrisRename WTAP_ERR_BAD_RECORD to WTAP_ERR_BAD_FILE; it...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-05-13 Gerald CombsFrom Huzaifa Sidhpurwala of the Red Hat Security Respon...
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-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...
2010-01-23 Jaap KeuterFix for bug 4408:
2009-04-22 Guy HarrisClean up some 64-bit issues.
2009-03-09 Gerald CombsMore 64-bit fixes.
2008-05-08 Anders Bromanstrncpy -> g_strlcpy
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-11-25 Guy HarrisClean up a comment.
2007-11-25 Stig BjørlykkeRemoved a "/*" within comment.
2007-11-25 Guy HarrisPut in a comment about encapsulation hint values.
2007-11-25 Guy HarrisNote that the encapsulation type values are SNMP ifType...
2007-11-24 Guy HarrisFrom James Menzies: if the per-packet encapsulation...
2007-11-21 Guy HarrisGet rid of a no-longer-used variable.
2007-11-21 Guy HarrisDon't use "if it begins with 0xff 0x03 it's PPP, otherw...
2007-08-23 Stephen FisherFrom Scott Robinson:
2007-03-31 Stephen FisherFrom James Menzies:
2007-03-21 Ulf Lampingset compiler option "treat warnings as errors" - to...
2006-11-05 Ulf Lampingchange all file offsets from long to gint64 so we can...
2006-05-28 Anders BromanEthareal->Wireshark
2005-08-25 Ulf Lampingtimestamp display precision:
2005-08-24 Ulf LampingEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
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-10-25 Guy HarrisAdd a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distingui...
2003-10-01 Guy HarrisHave a pseudo-header for Ethernet packets, giving the...
2003-01-31 Guy HarrisAdd WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame...
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
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-05-04 Guy HarrisFix capture-file-specific "close output" routines to...
2002-04-09 Guy HarrisMove the definition of the FROM_DCE bit in the "flags...
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...
2001-12-04 Guy HarrisSupport for reading Visual Networks traffic capture...