aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/blf.c
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-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