aboutsummaryrefslogtreecommitdiffstats
path: root/writecap/pcapio.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-16Convert writecap to C99 typesGerald Combs1-256/+258
2023-05-24Fix build on case-sensitive filesystemsJoão Valverde1-1/+1
2021-09-30ws_getopt: Rename struct and macrosJoão Valverde1-33/+33
2021-07-15Clean up handling of --capture-comment.Guy Harris1-6/+15
2020-03-28Write the if_hardware option, if available, to pcapng files when capturing.Guy Harris1-7/+17
2020-03-12Fix some places where we forgot to mention Npcap.Guy Harris1-1/+1
2020-01-21Put various epoch time deltas into wsutil/epochs.h.Guy Harris1-1/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-05-20pcapng: fix the magic when bytes are swapped.Dario Lombardo1-1/+1
2019-03-19Don't cast away constness if you don't have to.Guy Harris1-2/+2
2018-12-18writecap: rename pcapng_write_session_block to _section_blockJaap Keuter1-1/+1
2018-09-28dumpcap: fix some warnings and add some debugsJames Ko1-4/+6
2018-02-08writecap: use SPDX identifiers.Dario Lombardo1-13/+1
2018-01-09Use pcapng as the name of the file format.Guy Harris1-1/+1
2017-12-01dumpcap: enable capture of pcapng from pipeJames Ko1-0/+28
2017-07-21*Always* write out the trailing pcapng block total length in host byte order.Guy Harris1-8/+6
2017-02-24Reduce number of fwrite when writing pcap-ng EPB.AndersBroman1-2/+25
2016-03-24Put pcapio.c into a writecap library, and use it.Guy Harris1-0/+744