aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2021-09-12blf: report a bunch of errors.Guy Harris1-2/+83
2021-09-12blf: most reads in a packet are errors even if they get an EOF.Guy Harris1-20/+31
2021-09-12blf: remove the function name from ws_debug() calls.Guy Harris1-69/+69
2021-09-11blf: do more work in blf_init_rec().Guy Harris1-38/+35
2021-09-11blf: use common code to read the log object header.Guy Harris1-82/+27
2021-09-11wiretap: Add zstd and lz4 as WTAP compression typesJohn Thacker2-16/+54
2021-09-11blf: fix indentation.Guy Harris1-1/+1
2021-09-11blf: make blf_read_block() static.Guy Harris1-3/+1
2021-09-11Fix spelling errors.Guy Harris2-2/+2
2021-09-09wtap_opttypes: move more if_filter and packet_verdict stuff together.Guy Harris1-4/+4
2021-09-09BLF: Adding LIN supportDr. Lars Völker2-3/+118
2021-09-09wtap_opttypes: move the specialized options after the custom options.Guy Harris2-114/+113
2021-09-09pcapng: clean up block length checks.Guy Harris1-9/+26
2021-09-08Fix two memory leaks on ZSTD and LZ4 decompressionNardi Ivan1-0/+6
2021-09-07file_wrappers.c: use LZ4 if the library is 1.7.3 or laterPascal Quantin1-7/+12
2021-09-07pcapng: Fix Branch condition evaluate to a garbage valueAlexis La Goutte1-0/+1
2021-09-06pcapng(wiretap): Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-1/+0
2021-09-06nettrace_3gpp (wiretap): Fix Dead Store found by Clang AnalyzerAlexis La Goutte1-3/+1
2021-09-03Vector BLF: add WLAN interface nameTomas Kukosa1-0/+3
2021-09-03Vector BLF: WLAN frame supportedTomas Kukosa2-0/+72
2021-09-02Remove an out-of-date comment.Guy Harris1-5/+0
2021-09-02file_wrapper: fix compilation without LZ4.Dario Lombardo1-0/+2
2021-09-02Clean up handling of buffer size/offset/etc. types.Guy Harris1-13/+67
2021-09-01Fix build for debian and macOSErik Rigtorp1-5/+5
2021-09-01Add support for ZSTD and LZ4 decompressionErik Rigtorp2-11/+155
2021-08-30pcapng: write packet and Netflix custom blocks the same as other blocks.Guy Harris3-277/+441
2021-08-30ngsniffer: fix a routine name.Guy Harris1-10/+6
2021-08-30ngsniffer: clean up the read process.Guy Harris1-72/+112
2021-08-29wiretap: always allocate a block for a record.Guy Harris50-4/+80
2021-08-29pcapng: remove include of wtap_opttypes.h.Guy Harris1-1/+0
2021-08-29peektagged: set rec->block right after rec->rec_type.Guy Harris1-1/+1
2021-08-28pcapng: whitespace and other cleanups.Guy Harris1-12/+3
2021-08-28pcapng: fix handling of byte-swapped sysdig event blocks.Guy Harris1-0/+1
2021-08-27pcapng: fix output of comment and DNS server name options.Guy Harris1-1/+1
2021-08-27wtap_opttypes: fix a typo.Guy Harris1-1/+1
2021-08-27pcapng: process uint32 options like uint64 options.Guy Harris2-23/+56
2021-08-27pcapng: remove some old code left behind by the previous change.Guy Harris1-2/+1
2021-08-27pcapng: export routines to do the option-section processing.Guy Harris2-57/+254
2021-08-27Add initial support for BBLog filesMichael Tuexen4-50/+750
2021-08-23BLF: adding Interface blocks (bugfix)Dr. Lars Völker1-2/+117
2021-08-23BLF: WTAP_BLOCK_PACKET should have been MULTIPLE_BLOCKS_SUPPORTEDDr. Lars Völker1-1/+1
2021-08-20Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris3-8/+8
2021-08-20Use the wsutil/pint.h functions to fill in "exported PDU" headers.Guy Harris3-64/+57
2021-08-10[#17478] free blocks in more placesDavid Perry3-2/+14
2021-08-04wiretap: Fix some BLF warnings.Gerald Combs1-32/+32
2021-08-04BLF: Cleanup and fix for start timeDr. Lars Völker1-55/+27
2021-08-04Fix header documentation and styleJaap Keuter1-15/+21
2021-07-30erf: Fix Dead Store (found by Clang Anlyzer)Alexis La Goutte1-1/+1
2021-07-25nettrace 3GPP 32.423: move the name related code together.Guy Harris1-1/+1
2021-07-25libwiretap: Avoid using uninit variableMoshe Kaplan1-0/+2