aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
AgeCommit message (Expand)AuthorFilesLines
2021-10-29dissectors: support sysdig new block type BLOCK_TYPE_SYSDIG_EVENT_V2_LARGEFederico Di Pierro2-6/+17
2021-10-26BLF: Direction is not ignored anymore (BUGFIX)Dr. Lars Völker2-1/+38
2021-10-24Increase max packet size for all USB encapsulation formatsAidan MacDonald1-0/+4
2021-10-22Windows: Fix warnings using flexJoão Valverde4-0/+9
2021-10-22Add new global header wireshark.h with guidelineJoão Valverde3-5/+5
2021-10-18Add a comment to explain a cast done in file_fdopen().Guy Harris1-0/+18
2021-10-18wiretap: fix a warning on Raspberry 4Nardi Ivan1-1/+1
2021-10-13eNode-B: Fix check for eri_enb_log_magicStig Bjørlykke1-1/+1
2021-10-04Read eNode-B raw logsAnders Broman6-0/+193
2021-10-03wiretap: camins, vwr: Stop heuristics after 1GiBJohn Thacker2-3/+25
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-3/+3
2021-09-30Qt: Reload Lua FileHandler when having a capture fileStig Bjørlykke2-0/+16
2021-09-25libwiretap: fix test for built-in file types.Guy Harris1-1/+1
2021-09-15Support LZ4 versions earlier than 1.8.0Erik Rigtorp1-0/+10
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