aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-02Try to squelch warningsAnders Broman1-1/+1
2012-05-25In ns_hrtime2nsec(), cast "val" to guint64 to fix Coverity CID 702389 Uninten...Chris Maynard1-1/+1
2012-05-04file_seek() used to be a wrapper around fseek() or gzseek(), both ofGuy Harris1-9/+11
2012-05-04Fix comments.Guy Harris1-2/+2
2012-05-04Get rid of declaration of non-existent routine.Guy Harris1-1/+0
2012-05-04Make everything static that doesn't need to be exported.Guy Harris1-19/+19
2012-05-04Fix indentation.Guy Harris1-3/+3
2012-04-13Remove doubled semicolons and semicolons outside function.Jakub Zawadzki1-1/+1
2012-04-09Mark some function static.Jakub Zawadzki1-1/+1
2012-03-22From Krishna:Anders Broman1-3/+84
2012-02-25Add a presence flag field to the packet information structure filled inGuy Harris1-0/+7
2012-01-24From njtaylor0101 [AT] gmail.com via https://bugs.wireshark.org/bugzilla/show...Jeff Morriss1-14/+9
2011-09-01Use guint8 rather than guchar for raw octets and pointers to arrays ofGuy Harris1-5/+5
2011-06-15Try to squelch some compiler warnings.Guy Harris1-2/+2
2011-04-22Make all the fields in the various structures just arrays of bytes, soGuy Harris1-100/+108
2011-04-21Add a new WTAP_ERR_DECOMPRESS error, and use that for errors discoveredGuy Harris1-7/+11
2011-04-12"This file format can't be written to a pipe" and "this file formatGuy Harris1-7/+1
2011-04-06From Jakub Zawadzki:Guy Harris1-7/+7
2011-02-16Fix checkapi.Gerald Combs1-64/+64
2011-02-16Fix errors found by the Visual C++ analyzer.Gerald Combs1-1/+2
2010-11-04From Alexis La Goutte:Jaap Keuter1-5/+1
2010-06-06Don't use fwrite directly when writing a dump file; call it throughGuy Harris1-44/+23
2010-04-15Make it build without zlib on OSX.Stig Bjørlykke1-7/+18
2010-02-26Move the definitions of all the private data structures out ofGuy Harris1-78/+105
2009-12-04From: Ravi Kondamuru:Bill Meier1-64/+64
2009-11-18Switch HighHdr and LowHdr to build correct absolute time.Stig Bjørlykke1-2/+2
2009-11-18Another try to treat the two 32bit time values (low, high) in v23 formatStig Bjørlykke1-1/+1
2009-11-18If no error is returned by a Wiretap routine, err_info is presumed notGuy Harris1-2/+2
2009-11-17From Ravi Kondamuru via bug 3540:Stig Bjørlykke1-1/+2
2009-06-02Optimized check if file is a nstrace file.Stig Bjørlykke1-10/+4
2009-06-02Corrected nspm_signature_version() again.Stig Bjørlykke1-1/+1
2009-06-02Avoid infinite loop in nspm_signature_version().Stig Bjørlykke1-1/+1
2009-06-01Try Jakub's casting with GPOINTER_TO_INT().Stig Bjørlykke1-2/+2
2009-06-01Adding casts, take 3.Stig Bjørlykke1-2/+2
2009-06-01Adding casts, take 2.Stig Bjørlykke1-2/+2
2009-06-01Added/Changed some more casts to build.Stig Bjørlykke1-4/+4
2009-06-01Added some casts to remove some warnings.Stig Bjørlykke1-4/+4
2009-06-01From Ravi Kondamuru via bug 3457: Stig Bjørlykke1-0/+1289