aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/busmaster.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-10Dissector names are not protocol names.Guy Harris1-1/+1
2021-08-29wiretap: always allocate a block for a record.Guy Harris1-0/+1
2021-08-20Move LINKTYPE_WIRESHARK_UPPER_PDU definitions to a separate header.Guy Harris1-1/+1
2021-08-20Use the wsutil/pint.h functions to fill in "exported PDU" headers.Guy Harris1-2/+2
2021-02-23wiretap: rename wtap_register_file_type_subtypes().Guy Harris1-1/+1
2021-02-21wiretap: have file handlers advertise blocks and options supported.Guy Harris1-1/+8
2021-02-18wiretap: register BUSMASTER log and candump file formats.Guy Harris1-1/+24
2020-04-14wiretap: don't use memset where possible.Dario Lombardo1-8/+4
2019-08-04Set tm_isdst before calling mktime().Guy Harris1-12/+14
2019-08-03wiretap: Add support for Busmaster log file formatMaksim Salau1-0/+446