smb-direct fragmentation
[metze/wireshark/wip.git] / wiretap / netscaler.c
2014-01-02 guyNo seek-read routines use the length argument, so elimi...
2014-01-02 guyRead the packet header in the seek-read routines as...
2013-12-03 darkjameswiretap: start using <wsutil/pint.h>
2013-11-29 darkjamesExpand macros: htoles(), htolel(), htolell()
2013-11-08 wmeier(Trivial) whitespace cleanup (mostly trailing whitespace).
2013-11-08 guyThe "file types" we have are actually combinations...
2013-10-28 wmeierRevert SVN #52914;
2013-10-28 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-10-18 guyWhite space cleanups (thanks either to shekhar.chandra...
2013-10-18 wmeierRevert SVN #52665.
2013-10-18 wmeierFrom Shekhar Chandra: support for version 3.0 of netsca...
2013-06-19 guyClarify (a V1.0 file might have a single zero byte...
2013-06-18 guyNote that NetScaler trace files are page-oriented,...
2013-06-16 guyHave the seek-read routines take a Buffer rather than...
2013-05-11 eapacheFrom Ravi Kondamuru via https://bugs.wireshark.org...
2013-03-17 etxrabFrom beroset:
2012-12-27 guyDo not call wtap_file_read_unknown_bytes() or
2012-12-21 guySquelch implicit 64-bit-to-32-bit conversion warnings.
2012-10-22 guyHave separate seek-read routines for V1.0 and V2.0.
2012-10-22 guyPull the length-and-caplen setting operations in the...
2012-10-22 guyPass a pointer to a struct wtap_pkthdr to a bunch of...
2012-10-21 guyMore white-space cleanups.
2012-10-21 guyUse phdr->pseudo_header in the seek-read routine, rathe...
2012-10-21 guyTabs -> spaces, and other whitespace cleanups.
2012-10-16 darkjamesAdd wtap_pseudo_header union to wtap_pkthdr structure.
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-09-14 etxrabFrom Nikhil Kalu:
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-06-02 etxrabTry to squelch warnings
2012-05-25 cmaynardIn ns_hrtime2nsec(), cast "val" to guint64 to fix Cover...
2012-05-04 guyfile_seek() used to be a wrapper around fseek() or...
2012-05-04 guyFix comments.
2012-05-04 guyGet rid of declaration of non-existent routine.
2012-05-04 guyMake everything static that doesn't need to be exported.
2012-05-04 guyFix indentation.
2012-04-13 darkjamesRemove doubled semicolons and semicolons outside function.
2012-04-09 darkjamesMark some function static.
2012-03-22 etxrabFrom Krishna:
2012-02-25 guyAdd a presence flag field to the packet information...
2012-01-24 morrissFrom njtaylor0101 [AT] gmail.com via https://bugs.wires...
2011-09-01 guyUse guint8 rather than guchar for raw octets and pointe...
2011-06-15 guyTry to squelch some compiler warnings.
2011-04-22 guyMake all the fields in the various structures just...
2011-04-21 guyAdd a new WTAP_ERR_DECOMPRESS error, and use that for...
2011-04-12 guy"This file format can't be written to a pipe" and ...
2011-04-06 guyFrom Jakub Zawadzki:
2011-02-16 geraldFix checkapi.
2011-02-16 geraldFix errors found by the Visual C++ analyzer.
2010-11-04 jakeFrom Alexis La Goutte:
2010-06-06 guyDon't use fwrite directly when writing a dump file...
2010-04-15 stigMake it build without zlib on OSX.
2010-02-27 guyConstify.
2009-12-04 wmeierFrom: Ravi Kondamuru:
2009-11-18 stigSwitch HighHdr and LowHdr to build correct absolute...
2009-11-18 stigAnother try to treat the two 32bit time values (low...
2009-11-18 guyIf no error is returned by a Wiretap routine, err_info...
2009-11-17 stigFrom Ravi Kondamuru via bug 3540:
2009-06-02 stigOptimized check if file is a nstrace file.
2009-06-02 stigCorrected nspm_signature_version() again.
2009-06-02 stigAvoid infinite loop in nspm_signature_version().
2009-06-01 stigTry Jakub's casting with GPOINTER_TO_INT().
2009-06-01 stigAdding casts, take 3.
2009-06-01 stigAdding casts, take 2.
2009-06-01 stigAdded/Changed some more casts to build.
2009-06-01 stigAdded some casts to remove some warnings.
2009-06-01 stigFrom Ravi Kondamuru via bug 3457: