Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.
[metze/wireshark/wip.git] / wiretap / netscaler.c
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-10-10 Guy HarrisVersion 3 has only absolute timestamps; don't set nsg_c...
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 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-08-18 Guy HarrisIf we don't find a NetScaler signature, don't report...
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 HarrisGet rid of extra trailing blank lines.
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-03-16 Guy HarrisSupport to version 3.0 of netscaler packet wire format.
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2014-01-02 Guy HarrisNo seek-read routines use the length argument, so elimi...
2014-01-02 Guy HarrisRead the packet header in the seek-read routines as...
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-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: