aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
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
2018-11-13Don't have _ng versions of the dumper open routines.Guy Harris4-70/+25
2018-11-12Use the Wayback Machine for a page that currently isn't working.Guy Harris1-0/+6
2018-11-12wiretap: refactor common parameters for pcapng dump routinesPeter Wu5-71/+115
2018-11-10wiretap: fix truncated reads while reading compressed file formatsPeter Wu9-454/+122
2018-10-29The signal strength and noise in dB from an arbitrary reference are unsigned.Guy Harris1-2/+2
2018-10-29Handle signal/noise in dB from an arbitrary point in the 802.11 radio dissector.Guy Harris1-0/+4
2018-10-02Clean up some things.Guy Harris2-27/+36
2018-10-02Don't return TRUE with *err or *err_info set.Guy Harris1-0/+18
2018-10-01Fix handling of some ISDN calls.Guy Harris1-1/+17
2018-10-01pcapng: Fix a buffer length.Gerald Combs1-0/+1
2018-10-01wtap: fix regression in wtap_read_packet_bytesPeter Wu1-6/+2
2018-10-01Add a systemd Journal Export extcap.Gerald Combs1-3/+3