aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2019-04-061514 is a better initial Buffer size than 1500.Guy Harris1-1/+1
2019-04-05Have wtap_read() fill in a wtap_rec and Buffer.Guy Harris57-453/+417
2019-04-04iseries: ensure the buffer is null terminated.Dario Lombardo2-2/+9
2019-03-24iseries: fix wrong indentation.Dario Lombardo1-32/+32
2019-03-24Revert "iseries: stop scanning a unicode string when the null terminator is h...Guy Harris1-1/+1
2019-03-24iseries: stop scanning a unicode string when the null terminator is hit.Dario Lombardo1-1/+1
2019-03-23Clean up IPMB/I2C link-layer header types.Guy Harris3-35/+36
2019-03-17Treat erf_timestamp_t's as integral values.Guy Harris1-2/+2
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-03-10Ask in a comment whether we should test HAVE_STRUCT_STAT_ST_BLKSIZE.Guy Harris1-1/+19
2019-03-03Discard the upper bits of the "network" field in the file header.Guy Harris1-1/+44
2019-03-03Say what short name already exists, to help the developer somewhat.Guy Harris1-1/+1
2019-03-02vwr: fix Uninitialized argument value found by Clang (Analyzer)Alexis La Goutte1-2/+2
2019-02-28Add IEEE 802.15.4 TAP link typeJames Ko3-0/+6
2019-02-26netscaler: fix multiple out-of-bounds reads.Dario Lombardo1-6/+60
2019-02-21vcwr: fix Uninitialized argument value found by Clang (Analyzer)Alexis La Goutte1-2/+2
2019-02-20netscaler: fix crash when reading malformed packets.Dario Lombardo1-0/+6
2019-02-19Add --discard-all-secrets to remove decryption secrets.Guy Harris3-0/+41
2019-02-13Add macros for the pack_flags field.Guy Harris2-3/+74
2019-02-10logcat-text: set G_REGEX_RAW to fix potential crashesPeter Wu1-9/+9
2019-02-02CMake: Fix DOCDIR on UnixJoão Valverde1-1/+1
2019-01-31Also check whether we have nothing but DLCI bytes.Guy Harris1-4/+8
2019-01-31Check whether you've hit the end of the packet data before going further.Guy Harris1-2/+3
2019-01-30ngsniffer: fix comment.Dario Lombardo1-2/+2
2019-01-25wiretap: fix memleaks with wtap_rec::opt_commentPeter Wu4-2/+11
2019-01-24wiretap: fix leak of options_buf and document memory handlingPeter Wu3-2/+10
2019-01-23nettrace: fix potential buffer overflow in time parsingPeter Wu1-10/+8
2019-01-22CMake: Set a direct rpath for librariesJoão Valverde1-0/+1
2019-01-20CMake: Replace PACKAGELIST magicJoão Valverde1-3/+8
2019-01-19vwr: fix -Werror=maybe-uninitialized with GCC 8.2.1+20181127-1Peter Wu1-1/+1
2019-01-18ebhscr: increasing ebhscr snaplenPantar Ana3-0/+9
2019-01-18wiretap,file.c: ensure DSBs are reapplied on redissectionPeter Wu3-7/+30
2019-01-17VPP: add vpp graph dispatch trace dissectorDave Barach3-0/+7
2019-01-14nettrace: Handle beginTime with fractions of seconds.Anders Broman1-36/+68
2019-01-12wiretap: remove dependency on version_infoPeter Wu2-4/+3
2019-01-12CMake: use object libraries to avoid redundant buildsPeter Wu1-3/+1
2019-01-11nettrace: Fix missing tag length for IPV4_DST.Anders Broman1-7/+14
2019-01-09Clarify the name and description for a link-layer encapsulation type.Guy Harris3-235/+236
2019-01-06nettrace_3gpp_32_423: Fix Dead Store (Dead assignement/Dead increment) Warnin...Alexis La Goutte1-8/+1
2019-01-04wiretap: fix code according to clang-tidy.Dario Lombardo6-13/+13
2018-12-29Lua: fix crash in reloading Lua plugins that use FileHandlerPeter Wu1-1/+9
2018-12-27ebhscr: fixing WTAP_ENCAP_EBHSCRPantar Ana3-1/+8
2018-12-20CMake: Don't bundle our libraries at compile time.Gerald Combs1-13/+0
2018-12-20erf: Add support for attribute and sensor Provenance tagsAnthony Coddington1-0/+3
2018-12-17wiretap: use appropriate extension for temporary filesJaap Keuter1-1/+11
2018-12-13Move more version-info-related stuff to version_info.c.Guy Harris1-1/+1