aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
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