aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-38/+120
2012-02-25Add a presence flag field to the packet information structure filled inguy1-0/+7
2012-01-24From njtaylor0101 [AT] gmail.com via https://bugs.wireshark.org/bugzilla/show...morriss1-14/+9
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofguy1-5/+5
2011-06-15Try to squelch some compiler warnings.guy1-2/+2
2011-04-22Make all the fields in the various structures just arrays of bytes, soguy1-100/+108
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredguy1-7/+11
2011-04-12"This file format can't be written to a pipe" and "this file formatguy1-7/+1
2011-04-06From Jakub Zawadzki:guy1-7/+7
2011-02-16Fix checkapi.gerald1-64/+64
2011-02-16Fix errors found by the Visual C++ analyzer.gerald1-1/+2
2010-11-04From Alexis La Goutte:jake1-5/+1
2010-06-06Don't use fwrite directly when writing a dump file; call it throughguy1-44/+23
2010-04-15Make it build without zlib on OSX.stig1-7/+18
2010-02-27Constify.guy1-78/+105
2009-12-04From: Ravi Kondamuru:wmeier1-64/+64
2009-11-18Switch HighHdr and LowHdr to build correct absolute time.stig1-2/+2
2009-11-18Another try to treat the two 32bit time values (low, high) in v23 formatstig1-1/+1
2009-11-18If no error is returned by a Wiretap routine, err_info is presumed notguy1-2/+2
2009-11-17From Ravi Kondamuru via bug 3540:stig1-1/+2
2009-06-02Optimized check if file is a nstrace file.stig1-10/+4
2009-06-02Corrected nspm_signature_version() again.stig1-1/+1
2009-06-02Avoid infinite loop in nspm_signature_version().stig1-1/+1
2009-06-01Try Jakub's casting with GPOINTER_TO_INT().stig1-2/+2
2009-06-01Adding casts, take 3.stig1-2/+2
2009-06-01Adding casts, take 2.stig1-2/+2
2009-06-01Added/Changed some more casts to build.stig1-4/+4
2009-06-01Added some casts to remove some warnings.stig1-4/+4
2009-06-01From Ravi Kondamuru via bug 3457: stig1-0/+1289