aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/blf.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-13BLF: Fixing the interpretation of SRR and RTRDr. Lars Völker1-11/+4
2022-08-21blf: change description and add/extend comments.Guy Harris1-2/+13
2022-08-21BLF: Adding ObjectHeader format 2 and 3Dr. Lars Völker1-118/+124
2022-02-13blf: fix Wunreachable-codeAlexis La Goutte1-2/+0
2022-01-18BLF: Make sure a struct is completely initialized.Gerald Combs1-4/+1
2022-01-16BLF: improved checks to avoid hangsDr. Lars Völker1-5/+10
2022-01-15BLF: Improve handling of zlib errorsDr. Lars Völker1-4/+26
2022-01-14BLF: improve debug log outputDr. Lars Völker1-3/+3
2022-01-05BLF: Fix a coverity warning.Gerald Combs1-0/+1
2022-01-03BLF: Adding support to read interface namesDr. Lars Völker1-25/+128
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-23/+23
2021-12-19Replace g_snprintf() with snprintf()João Valverde1-1/+1
2021-12-15blf: Set OPT_IDB_TSRESOLJohn Thacker1-0/+1
2021-10-26BLF: Direction is not ignored anymore (BUGFIX)Dr. Lars Völker1-0/+33
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-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 Harris1-1/+1
2021-09-09BLF: Adding LIN supportDr. Lars Völker1-3/+99
2021-09-03Vector BLF: add WLAN interface nameTomas Kukosa1-0/+3
2021-09-03Vector BLF: WLAN frame supportedTomas Kukosa1-0/+61
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-04wiretap: Fix some BLF warnings.Gerald Combs1-32/+32
2021-08-04BLF: Cleanup and fix for start timeDr. Lars Völker1-55/+27
2021-07-19Carry drop count/packet ID/queue ID as options on packet blockDavid Perry1-5/+3
2021-07-18BLF: Fix Win32 compilation issues.Gerald Combs1-18/+18
2021-07-16BLF: Support for BLF file formatDr. Lars Völker1-0/+1567