aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
AgeCommit message (Expand)AuthorFilesLines
2014-04-14Fix warning when generate documentation (doxygen)Alexis La Goutte1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25Remove trailing whitespaceBill Meier1-2/+2
2013-12-15Fix warning found by doxygenAlexis La Goutte1-3/+3
2013-09-29Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris1-47/+51
2013-09-29We always write to a FILE *, so:Guy Harris1-17/+6
2013-01-02Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...Michael Mann1-6/+18
2012-12-26Fix a bunch of warnings.Guy Harris1-10/+10
2012-12-23Add support for writing per packet comments when using pcapng.Michael Tüxen1-0/+1
2012-12-20Don't use an pcap structures in pcapio.[ch]. Michael Tüxen1-4/+8
2012-12-20Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen1-10/+0
2012-12-19Add support for writing the flags option in the enhancedMichael Tüxen1-0/+1
2012-12-19Whitespace change.Michael Tüxen1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-04-25Allow writing ISB with given recv/drop counters.Michael Tüxen1-1/+2
2012-03-10In pcapng.c use the units per second value from the interface instead ofGerald Combs1-4/+5
2012-02-22- Write ISB(s) at start and end of capture.Anders Broman1-1/+1
2012-02-22Expand the API for ISB:sAnders Broman1-0/+3
2012-02-21Use tab indentation as elsewhere in the files.Michael Tüxen1-6/+6
2012-02-21Extend libpcap_write_interface_description_block() wiyh more optionsAnders Broman1-2/+7
2012-02-14From Anders: Add support for options in the SHB.Michael Tüxen1-5/+20
2011-06-15Constify some arguments.Guy Harris1-3/+3
2009-04-26constify some args of libpcap_write_enhanced_packet_block()Michael Tüxen1-2/+2
2009-04-26Add functions to write several pcapng blocks.Michael Tüxen1-0/+30
2009-04-26Make ringbuffer.[ch] file format agnostic.Michael Tüxen1-4/+8
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-0/+44