aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/busmaster.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-08Make .c files in wiretap include the corresponding .h firstNicolás Alvarez1-1/+2
2024-04-05busmaster: update a URL to HTTPS.Guy Harris1-1/+1
2024-03-20Convert Wiretap to C99John Thacker1-45/+45
2024-02-12busmaster: use g_htonl() rather than g_ntohl().Guy Harris1-2/+2
2024-02-11busmaster: use WTAP_ENCAP_SOCKETCAN, not WTAP_ENCAP_WIRESHARK_UPPER_PDU.Guy Harris1-16/+6
2023-08-19Add wtap_buffer_append_epdu_string() to add a string TLV to an EPDU.Guy Harris1-5/+2
2023-03-14wiretap: fix some narrowing warnings.Guy Harris1-5/+10
2023-03-14wiretap: routines to generate "Exported PDU" dataDavid Perry1-26/+9
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