aboutsummaryrefslogtreecommitdiffstats
path: root/writecap
AgeCommit message (Expand)AuthorFilesLines
2019-07-28HTTPS In Even More Places, update some links.Guy Harris1-1/+1
2019-07-26HTTPS (almost) everywhere.Guy Harris3-3/+3
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 Keuter2-2/+2
2018-09-28dumpcap: fix some warnings and add some debugsJames Ko1-4/+6
2018-04-18Remove autotools build system.Dario Lombardo1-71/+0
2018-04-17Switch the Doxygen API reference build to CMake.Gerald Combs1-81/+0
2018-03-07spdx: more licenses converted.Dario Lombardo1-13/+1
2018-02-17Don't have CLEAN_FILES variables for the "clean" source files.Guy Harris1-5/+1
2018-02-08writecap: use SPDX identifiers.Dario Lombardo2-26/+2
2018-01-09Use pcapng as the name of the file format.Guy Harris2-2/+2
2017-12-01dumpcap: enable capture of pcapng from pipeJames Ko2-0/+36
2017-11-18autotools: Library build products don't need explicit cleaningJoão Valverde1-3/+1
2017-10-17autotools: Fix bogus checkAPI targetsJoão Valverde1-2/+2
2017-10-15autotools: make maintainer-clean should allow rerunning 'configure'João Valverde1-5/+0
2017-10-13CMake: Allow user build flags to override default build flagsJoão Valverde1-2/+2
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-09-30cmake: make WERROR_COMMON_FLAGS a normal stringPeter Wu1-7/+18
2016-08-23CMake: Allow setting per target compiler warningsJoão Valverde1-0/+1
2016-06-30Remove Makefile.common filesJoão Valverde2-33/+3
2016-06-15Remove Nmake build systemPascal Quantin2-73/+1
2016-03-26Fix some copy/pasteos for writecap using doxygenMichael Mann1-3/+3
2016-03-26Fix nmake build for new extcap and writecap binaries.Michael Mann1-3/+3
2016-03-24Put pcapio.c into a writecap library, and use it.Guy Harris8-0/+1187