aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/blf.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-11Fix two typo'd words.dariusd01-3/+3
2024-02-10blf: if there are no log containers, return FALSE when pulling one.Guy Harris1-0/+5
2024-01-31BLF: Fix handling of 0-length log containersGiovanni Musto1-0/+5
2023-12-14BLF: Fix BLF_OBJTYPE_CAN_FD_ERROR_64 not decoded as errorGiovanni Musto1-1/+1
2023-11-24BLF: Implement a mechanism for linear readGiovanni Musto1-253/+299
2023-11-23BLF: Use binary search on log containersGiovanni Musto1-170/+142
2023-11-18blf: expand a comment.Guy Harris1-2/+10
2023-11-18blf: check the validity of the header length field.Guy Harris1-0/+7
2023-11-18blf: add more error checks.Guy Harris1-27/+40
2023-11-12BLF: Set the name of the STATUS interfaces from channels XML tooGiovanni Musto1-2/+22
2023-11-12BLF: Extract channels and ports names from AppText Metadata XMLGiovanni Musto1-26/+479
2023-10-31BLF: Give a different message for known but unsupported object typesGiovanni Musto1-1/+12
2023-10-31BLF: Add support for BLF_OBJTYPE_ETHERNET_PHY_STATEGiovanni Musto1-0/+66
2023-10-31BLF: Add support for BLF_OBJTYPE_LIN_SND_ERROR and BLF_OBJTYPE_LIN_SND_ERROR2Giovanni Musto1-0/+110
2023-10-31BLF: Extract FDF, BRS and ESI flagsGiovanni Musto1-5/+12
2023-10-31BLF: BLF_OBJTYPE_ETHERNET_STATUS: Add new field 'linkUpDuration'Giovanni Musto1-5/+25
2023-10-31Add support for BLF_OBJTYPE_LIN_CRC_ERROR and BLF_OBJTYPE_LIN_CRC_ERROR2Giovanni Musto1-7/+99
2023-10-31BLF: Add support for BLF_OBJTYPE_CAN_OVERLOADGiovanni Musto1-2/+11
2023-10-31BLF: Add support for BLF_OBJTYPE_LIN_MESSAGE2Giovanni Musto1-0/+88
2023-10-30BLF: Fix relative timestampGiovanni Musto1-10/+19
2023-10-30BLF: Fix compiler warningGiovanni Musto1-1/+1
2023-10-24BLF: Show comment, attachment and traceline in info columnGiovanni Musto1-3/+9
2023-10-24BLF: Remove AppText minimum lengthGiovanni Musto1-5/+0
2023-10-24BLF: Add support for BLF_OBJTYPE_APP_TEXT Metadata segmentationGiovanni Musto1-10/+85
2023-10-24BLF: Fix CAN usage of payload_length and payload_length_validGiovanni Musto1-25/+22
2023-10-24BLF: CAN_MESSAGE: Remove payload length check since the size is fixedGiovanni Musto1-5/+0
2023-10-24BLF: Fix CAN parsingGiovanni Musto1-14/+7
2023-10-22BLF: Fix BLF_OBJTYPE_ETHERNET_STATUSGiovanni Musto1-2/+2
2023-10-20BLF: Fix LIN parsingGiovanni Musto1-55/+23
2023-10-19BLF: Fix memory leakGiovanni Musto1-0/+2
2023-10-19BLF: Fix BLF_APPTEXT_METADATA and BLF_APPTEXT_COMMENTGiovanni Musto1-2/+2
2023-10-17BLF: Fix memory leak for interface nameDr. Lars Völker1-3/+5
2023-10-17blf: Use WTAP_ENCAP_NONE, record linktypes must match interface linktypeJohn Thacker1-18/+25
2023-10-10Add wiretap log domain to wiretap/blfGiovanni Musto1-0/+2
2023-10-09BLF: create Ethernet Interface IDs based on channel and hwchannelDr. Lars Völker1-33/+38
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