aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-1/+1
2018-11-29CMake: Fix some transitive link dependenciesJoão Valverde1-8/+7
2018-11-27IxVeriWave: Fix a buffer boundary.Gerald Combs1-2/+3
2018-11-26CMake: Fix runtime destination for our librariesJoão Valverde1-1/+1
2018-11-24Install development headers on all platformsJoão Valverde1-5/+3
2018-11-20nettrace: Put address parsing in a separate routine.Anders Broman1-121/+104
2018-11-20Explicitly say "no extensions, no entry in this table".Guy Harris1-0/+5
2018-11-20Don't put file types without extensions into the file_type_extensions_base ta...Guy Harris1-1/+0
2018-11-20Add new Secrets API and allow TLS to use pcapng decryption secretsPeter Wu3-0/+12
2018-11-20wiretap: add read/write support for Decryption Secrets Block (DSB)Peter Wu13-10/+295
2018-11-20wsutil: rename some wsjson functionsPeter Wu1-1/+1
2018-11-20Add an API to get a list of compressed-file extensions, and use it.Guy Harris4-142/+144
2018-11-19Convert enum increment into int incrementJaap Keuter1-10/+10
2018-11-19wtap.h: Fix documentation warningsJoerg Mayer1-2/+0
2018-11-18Add an API to get the file extension for a compression type, and use it.Guy Harris5-56/+114
2018-11-17wiretap/merge.c: consolidate three similar merge_files routinesPeter Wu1-179/+46
2018-11-16nettrace: Handle failure to parse IPv6.Anders Broman1-3/+6
2018-11-16Add an API to get a description of a compression type, and use it.Guy Harris2-1/+16
2018-11-16nettrace: fix var init.Dario Lombardo1-1/+3
2018-11-16Use an enum for compression types in various interfaces.Guy Harris6-47/+74
2018-11-16Use the dump parameters structure for non-pcapng-specific stuff.Guy Harris5-102/+85
2018-11-15Don't set anything in *wth until we've decided it's a Peek classic file.Guy Harris1-3/+5
2018-11-15nettrace: Parse IPv6 addresses.Anders Broman1-50/+137
2018-11-15Simplify code.Guy Harris1-6/+3
2018-11-15Always use the file header to set the encapsulation type for Peek classic.Guy Harris2-26/+25
2018-11-14nettrace_3gpp_32_423: Don't crash on error and improve error output.Anders Broman1-1/+18
2018-11-14All Veriwave files and packets use WTAP_ENCAP_IXVERIWAVE.Guy Harris1-15/+0
2018-11-14Fix whitespace.Guy Harris1-3/+3
2018-11-14Fail more cleanly if the file has no records.Guy Harris1-33/+93
2018-11-14Catch attempts to write multiple encapsulation types if unsupported.Guy Harris12-0/+127
2018-11-13Fix function name in comment.Guy Harris1-1/+1