aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/blf.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-08BLF: Fix Ethernet Status FilterDr. Lars Völker1-1/+1
2023-09-13blf: make the timestamp resolution per-record.Guy Harris1-80/+91
2023-08-24BLF: Add interface name and hwchannel to ethernet status objectsAnders Broman1-0/+7
2023-08-19Add wtap_buffer_append_epdu_string() to add a string TLV to an EPDU.Guy Harris1-5/+5
2023-08-18BLF: fix a typo introduced in 9bdf256a8dPascal Quantin1-1/+1
2023-08-18BLF: Put EthernetStatus Objects in packet lis using Exported PDUAnders Broman1-44/+151
2023-08-15blf: fix formats used to format unknown WTAP_ENCAP_ values and unsigned numbers.Guy Harris1-12/+12
2023-06-17BLF: Last LIN-Message parameter is not mandatory (BUGFIX)Dr. Lars Völker1-0/+2
2023-06-04blf: improve handing of errors.Guy Harris1-4/+17
2023-05-23Adding support for time relative to capture startDr. Lars Völker1-0/+6
2023-05-19blf: don't ws_debug the value of *data_offset on an error.Guy Harris1-1/+0
2023-05-19blf: plug another leak-on-error.Guy Harris1-0/+2
2023-05-19blf: plug some leaks on read errors.Guy Harris1-1/+7
2023-05-18blf: fix a case where an error wasn't being reported.Guy Harris1-0/+11
2023-05-19blf: don't assume that app text is null-terminated in the file.Guy Harris1-1/+3
2023-05-17blf: Include errno.hGerald Combs1-0/+1
2023-05-16blf: add some sanity checks.Guy Harris1-19/+115
2023-03-15Add handling for can error frames to blf file formatAlexander Werth1-0/+260
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