aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-18If we don't find a NetScaler signature, don't report an error.Guy Harris1-7/+8
2014-08-02Rename buffer_ routines to ws_buffer_ to avoid name collisions.Guy Harris1-14/+14
2014-07-15Only one buffer.c, please.Guy Harris1-1/+1
2014-05-24Allow wtap_read() and wtap_seek_read() to return records other than packets.Guy Harris1-1/+15
2014-05-23Get rid of extra trailing blank lines.Guy Harris1-1/+0
2014-05-23Revert "Allow wtap_read() and wtap_seek_read() to return non-packet records."Guy Harris1-47/+47
2014-05-23Allow wtap_read() and wtap_seek_read() to return non-packet records.Guy Harris1-47/+47
2014-05-09Revert "Refactor Wiretap"Guy Harris1-123/+117
2014-05-09Refactor WiretapMichael Mann1-117/+123
2014-03-16Support to version 3.0 of netscaler packet wire format.Guy Harris1-7/+343
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-01-02No seek-read routines use the length argument, so eliminate it fromGuy Harris1-6/+4
2014-01-02Read the packet header in the seek-read routines as well as the readGuy Harris1-18/+82
2013-12-03wiretap: start using <wsutil/pint.h>Jakub Zawadzki1-22/+22
2013-11-29Expand macros: htoles(), htolel(), htolell()Jakub Zawadzki1-6/+6
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