aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris1-55/+56
2019-03-16Remove incorrectly-inserted "return FALSE;".Guy Harris1-1/+0
2019-03-16Fix up the checks in nspm_signature_version().Guy Harris1-36/+93
2019-03-15netscaler: add more sanity checks.Dario Lombardo1-0/+4
2019-03-14Ask, in a comment, whether we should do an exact match on signatures.Guy Harris1-0/+2
2019-03-14Fix the test for a NetScaler trace file.Guy Harris1-7/+21
2019-02-26netscaler: fix multiple out-of-bounds reads.Dario Lombardo1-6/+60
2019-02-20netscaler: fix crash when reading malformed packets.Dario Lombardo1-0/+6
2018-02-09Generalize wtap_pkthdr into a structure for packet and non-packet records.Guy Harris1-274/+278
2018-02-08replace SPDX identifier GPL-2.0+ with GPL-2.0-or-later.Dario Lombardo1-1/+1
2018-01-20wiretap: use SPDX identifiers (partial work).Dario Lombardo1-13/+1
2017-06-05Allow bigger snapshot lengths for D-Bus captures.Guy Harris1-4/+4
2017-03-29Fix problem found by Coverity.Guy Harris1-1/+5
2017-03-27netscaler.c: use dynamic memory for temporary buffer in nstrace_read_v30.Michael Mann1-1/+9
2017-03-12Catch read errors and zero-length records, as opposed to short reads/EOF.Guy Harris1-22/+50
2017-03-12netscaler: Sanity check record sizeMichael Mann1-1/+5
2017-03-10Don't cast to a too-large size.Guy Harris1-1/+1
2017-03-10nstrace: fix size of vmnamesAnil Kumar1-2/+2
2017-03-02Make sure nspr_getv20recordsize() returns an unsigned value.Guy Harris1-1/+1
2017-03-02Do more record length checks.Guy Harris1-15/+45
2017-03-02Don't go past the end of a page in a NetScaler file.Guy Harris1-16/+69
2016-04-30Note some cases where we don't need to check the packet length.Guy Harris1-0/+13
2016-03-06Fix indentation.Guy Harris1-23/+23
2016-02-11nstrace: Allow opening of files that are not multiples of 16kBanilkumar9111-5/+14
2015-12-18Removed local definitions of offsetof().Stig Bjørlykke1-4/+2
2015-06-03Netscaler: Fix issue where packets were lost when selected packets were exportedanilkumar9111-5/+21
2015-04-13Support for new netscaler 3.5 trace format.anilkumar9111-5/+121
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-5/+5
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-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
2015-01-03Remove unnecessary includes from wiretap folderMartin Mathieson1-1/+0
2015-01-02Add "Editor modelines"; Adjust whitespace as needed.Bill Meier1-0/+13
2014-12-27Get rid of packet data members of header structures.Guy Harris1-43/+26
2014-12-18Rename WTAP_ERR_REC_TYPE_UNSUPPORTED to WTAP_ERR_UNWRITABLE_REC_TYPE.Guy Harris1-1/+1