Add svn:eol-style.
[metze/wireshark/wip.git] / wiretap / netscaler.c
2013-11-08 Bill Meier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 Guy HarrisThe "file types" we have are actually combinations...
2013-10-28 Bill MeierRevert SVN #52914;
2013-10-28 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-18 Guy HarrisWhite space cleanups (thanks either to shekhar.chandra...
2013-10-18 Bill MeierRevert SVN #52665.
2013-10-18 Bill MeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-06-19 Guy HarrisClarify (a V1.0 file might have a single zero byte...
2013-06-18 Guy HarrisNote that NetScaler trace files are page-oriented,...
2013-06-16 Guy HarrisHave the seek-read routines take a Buffer rather than...
2013-05-11 Evan HuusFrom Ravi Kondamuru via https://bugs.wireshark.org...
2013-03-17 Anders BromanFrom beroset:
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-22 Guy HarrisHave separate seek-read routines for V1.0 and V2.0.
2012-10-22 Guy HarrisPull the length-and-caplen setting operations in the...
2012-10-22 Guy HarrisPass a pointer to a struct wtap_pkthdr to a bunch of...
2012-10-21 Guy HarrisMore white-space cleanups.
2012-10-21 Guy HarrisUse phdr->pseudo_header in the seek-read routine, rathe...
2012-10-21 Guy HarrisTabs -> spaces, and other whitespace cleanups.
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-14 Anders BromanFrom Nikhil Kalu:
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-06-02 Anders BromanTry to squelch warnings
2012-05-25 Chris MaynardIn ns_hrtime2nsec(), cast "val" to guint64 to fix Cover...
2012-05-04 Guy Harrisfile_seek() used to be a wrapper around fseek() or...
2012-05-04 Guy HarrisFix comments.
2012-05-04 Guy HarrisGet rid of declaration of non-existent routine.
2012-05-04 Guy HarrisMake everything static that doesn't need to be exported.
2012-05-04 Guy HarrisFix indentation.
2012-04-13 Jakub ZawadzkiRemove doubled semicolons and semicolons outside function.
2012-04-09 Jakub ZawadzkiMark some function static.
2012-03-22 Anders BromanFrom Krishna:
2012-02-25 Guy HarrisAdd a presence flag field to the packet information...
2012-01-24 Jeff MorrissFrom njtaylor0101 [AT] gmail.com via https://bugs.wires...
2011-09-01 Guy HarrisUse guint8 rather than guchar for raw octets and pointe...
2011-06-15 Guy HarrisTry to squelch some compiler warnings.
2011-04-22 Guy HarrisMake all the fields in the various structures just...
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:
2011-02-16 Gerald CombsFix checkapi.
2011-02-16 Gerald CombsFix errors found by the Visual C++ analyzer.
2010-11-04 Jaap KeuterFrom Alexis La Goutte:
2010-06-06 Guy HarrisDon't use fwrite directly when writing a dump file...
2010-04-15 Stig BjørlykkeMake it build without zlib on OSX.
2010-02-26 Guy HarrisMove the definitions of all the private data structures...
2009-12-04 Bill MeierFrom: Ravi Kondamuru:
2009-11-18 Stig BjørlykkeSwitch HighHdr and LowHdr to build correct absolute...
2009-11-18 Stig BjørlykkeAnother try to treat the two 32bit time values (low...
2009-11-18 Guy HarrisIf no error is returned by a Wiretap routine, err_info...
2009-11-17 Stig BjørlykkeFrom Ravi Kondamuru via bug 3540:
2009-06-02 Stig BjørlykkeOptimized check if file is a nstrace file.
2009-06-02 Stig BjørlykkeCorrected nspm_signature_version() again.
2009-06-02 Stig BjørlykkeAvoid infinite loop in nspm_signature_version().
2009-06-01 Stig BjørlykkeTry Jakub's casting with GPOINTER_TO_INT().
2009-06-01 Stig BjørlykkeAdding casts, take 3.
2009-06-01 Stig BjørlykkeAdding casts, take 2.
2009-06-01 Stig BjørlykkeAdded/Changed some more casts to build.
2009-06-01 Stig BjørlykkeAdded some casts to remove some warnings.
2009-06-01 Stig BjørlykkeFrom Ravi Kondamuru via bug 3457: