aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/candump.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-05-24Add ws_debug() and use itJoão Valverde1-7/+7
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/+20
2020-04-14wiretap: don't use memset where possible.Dario Lombardo1-6/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-20wiretap: candump: Don't generate a temporary PCAP fileMaksim Salau1-206/+105
2019-07-12wiretap: do not pollute debug builds with candump debug messagesPascal Quantin1-0/+16
2019-07-11wiretap: Add support of candump logsMaksim Salau1-0/+323