summaryrefslogtreecommitdiff
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-01Call TIMEDEFVn macros in all PACKET_DESCRIBE() macros.Guy Harris1-46/+70
2015-02-25Make the V10 path a bit more like the other paths.Guy Harris1-13/+17
2015-02-25Make the _offset values static constants.Guy Harris1-4/+4
2015-02-25Have a PACKET_DESCRIBE() for V30's seek-read routine.Guy Harris1-4/+13
2015-02-25Make the V10 PACKET_DESCRIBE() macro a little more like the others.Guy Harris1-20/+18
2015-02-25Rename the "type" argument to V10's PACKET_DESCRIBE() to "ver".Guy Harris1-10/+10
2015-02-25Call the version-number argument to GENERATE_CASE_xxx() "ver".Guy Harris1-73/+73
2015-02-25Use FULL/PART as an argument to all PACKET_DESCRIBE() macros.Guy Harris1-30/+30
2015-02-25Get rid of an unused argument to PACKET_DESCRIBE().Guy Harris1-12/+12
2015-02-25Give all PACKET_DESCRIBE() macros a HEADERVER argument.Guy Harris1-3/+3
2015-02-25White space cleanups.Guy Harris1-2/+4
2015-02-25Call header version arguments HEADERVER.Guy Harris1-34/+34
2015-02-24More indentation cleanups.Guy Harris1-36/+36
2015-02-24Clean up indentation.Guy Harris1-1/+1
2015-02-24Pull more into PACKET_DESCRIBE() for the V10 seek-read routine.Guy Harris1-17/+16
2015-02-24Swallow up more V10 stuff into PACKET_DESCRIBE().Guy Harris1-39/+24
2015-02-24Have PACKET_DESCRIBE() for V10.Guy Harris1-5/+21
2015-02-24Move the setting of rec_type.Guy Harris1-5/+2
2015-02-24NS Trace (NetScaler Trace) file format is not able to export specified packetsranushekhar1-0/+1
2014-08-18If we don't find a NetScaler signature, don't report an error.Guy Harris1-7/+8
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