aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-08(Trivial) whitespace cleanup (mostly trailing whitespace).Bill Meier1-1/+1
2013-11-08The "file types" we have are actually combinations of types andGuy Harris1-21/+21
2013-10-28Revert SVN #52914;Bill Meier1-224/+6
2013-10-28From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-6/+224
2013-10-18White space cleanups (thanks either to shekhar.chandra@citrix.com orGuy Harris1-31/+31
2013-10-18Revert SVN #52665.Bill Meier1-276/+38
2013-10-18From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.Bill Meier1-38/+276
2013-06-19Clarify (a V1.0 file might have a single zero byte at the end of theGuy Harris1-2/+7
2013-06-18Note that NetScaler trace files are page-oriented, with records notGuy Harris1-4/+16
2013-06-16Have the seek-read routines take a Buffer rather than a guint8 pointerGuy Harris1-4/+10
2013-05-11From Ravi Kondamuru via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8637Evan Huus1-0/+59
2013-03-17From beroset:Anders Broman1-8/+2
2012-12-27Do not call wtap_file_read_unknown_bytes() orGuy Harris1-0/+2
2012-12-21Squelch implicit 64-bit-to-32-bit conversion warnings.Guy Harris1-22/+22
2012-10-22Have separate seek-read routines for V1.0 and V2.0.Guy Harris1-161/+211
2012-10-22Pull the length-and-caplen setting operations in the read routines intoGuy Harris1-33/+47
2012-10-22Pass a pointer to a struct wtap_pkthdr to a bunch of macros; this allowsGuy Harris1-143/+117
2012-10-21More white-space cleanups.Guy Harris1-23/+23
2012-10-21Use phdr->pseudo_header in the seek-read routine, rather than puttingGuy Harris1-4/+3
2012-10-21Tabs -> spaces, and other whitespace cleanups.Guy Harris1-952/+952
2012-10-16Add wtap_pseudo_header union to wtap_pkthdr structure.Jakub Zawadzki1-7/+9
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-09-14From Nikhil Kalu:Anders Broman1-11/+72
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
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