From Jakub Zawadzki:
[obnox/wireshark/wip.git] / wiretap / visual.c
2011-04-06 guyFrom Jakub Zawadzki:
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2010-02-27 guyConstify.
2010-01-23 jakeFix for bug 4408:
2009-04-22 guyClean up some 64-bit issues.
2009-03-09 geraldMore 64-bit fixes.
2008-05-08 etxrabstrncpy -> g_strlcpy
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2007-11-25 guyClean up a comment.
2007-11-25 stigRemoved a "/*" within comment.
2007-11-25 guyPut in a comment about encapsulation hint values.
2007-11-25 guyNote that the encapsulation type values are SNMP ifType...
2007-11-24 guyFrom James Menzies: if the per-packet encapsulation...
2007-11-21 guyGet rid of a no-longer-used variable.
2007-11-21 guyDon't use "if it begins with 0xff 0x03 it's PPP, otherw...
2007-08-23 sfisherFrom Scott Robinson:
2007-03-31 sfisherFrom James Menzies:
2007-03-21 ulflset compiler option "treat warnings as errors" - to...
2006-11-05 ulflchange all file offsets from long to gint64 so we can...
2006-05-28 etxrabEthareal->Wireshark
2005-08-25 ulfltimestamp display precision:
2005-08-24 ulflEVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry!
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-03-03 guyHave "wtap_read()" set "wth->phdr.pkt_encap" to "wth...
2004-01-25 guyHave the Wiretap open, read, and seek-and-read routines...
2003-10-25 guyAdd a new WTAP_ENCAP_CHDLC_WITH_PHDR type, to distingui...
2003-10-01 guyHave a pseudo-header for Ethernet packets, giving the...
2003-01-31 guyAdd WTAP_ENCAP_FRELAY_WITH_PHDR for use with Frame...
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-07-29 guyFrom Joerg Mayer:
2002-07-16 guyFrom Graeme Hewson:
2002-06-07 guyGraeme Hewson noted that zlib has a bug wherein "gzseek...
2002-05-04 guyFix capture-file-specific "close output" routines to...
2002-04-09 guyMove the definition of the FROM_DCE bit in the "flags...
2002-03-05 guyMake "wtap_seek_read()" return TRUE on success and...
2002-03-05 guyHave "wtap_seek_read()" return 0 on success and -1...
2002-03-04 guyCheck for errors in seeks, "tell"s, and "stat()"s/...
2002-02-27 guyFrom Joerg Mayer: remove unused variables and declarati...
2001-12-04 guySupport for reading Visual Networks traffic capture...