aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/netscaler.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-26Don't include errno.h if we don't use errno or errno value definitions.Guy Harris1-1/+0
2023-06-04netscaler: clean up the way we read pages.Guy Harris1-42/+74
2023-05-19netscaler: add more checks to make sure the record is within the page.Guy Harris1-5/+10
2023-03-21wiretap: rename the wtap_dumper field "encap" to "file_encap".Guy Harris1-1/+1
2023-03-21netscaler: don't allow multiple encapsulations.Guy Harris1-0/+9
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+6
2021-06-06Replace g_assert() with ws_assert() in placesJoão Valverde1-5/+6
2021-05-23netscaler: plug a memory leak.Guy Harris1-0/+1
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-1/+1
2021-04-16Wiretap: Fix some compiler warnings.Gerald Combs1-5/+5
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-4/+4
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-4/+32
2021-02-17netscaler: fix a comment.Guy Harris1-1/+1
2021-02-17wiretap: more work on file type/subtypes.Guy Harris1-8/+17
2021-02-14wiretap: register most built-in file types from its module.Guy Harris1-47/+136
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-2/+2
2020-12-17Update comments: From wtap_pkthdr to wtap_rec.Jim Young1-1/+1
2020-10-14Have WTAP_ERR_INTERNAL include an err_info string giving details.Guy Harris1-1/+1
2020-10-11Fix many spelling errorsРоман Донченко1-1/+1
2020-07-29wiretap: generate fake IDBs for more capture file types.Guy Harris1-0/+9
2020-01-16netscaler: fix nstrace_ensure_buflen call.Dario Lombardo1-1/+1
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