aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.h
Commit message (Expand)AuthorAgeFilesLines
* Fix warning when generate documentation (doxygen)Alexis La Goutte2014-04-141-1/+2
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Remove trailing whitespaceBill Meier2014-02-251-2/+2
* Fix warning found by doxygenAlexis La Goutte2013-12-151-3/+3
* Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris2013-09-291-47/+51
* We always write to a FILE *, so:Guy Harris2013-09-291-17/+6
* Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...Michael Mann2013-01-021-6/+18
* Fix a bunch of warnings.Guy Harris2012-12-261-10/+10
* Add support for writing per packet comments when using pcapng.Michael Tüxen2012-12-231-0/+1
* Don't use an pcap structures in pcapio.[ch]. Michael Tüxen2012-12-201-4/+8
* Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen2012-12-201-10/+0
* Add support for writing the flags option in the enhancedMichael Tüxen2012-12-191-0/+1
* Whitespace change.Michael Tüxen2012-12-191-1/+1
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Allow writing ISB with given recv/drop counters.Michael Tüxen2012-04-251-1/+2
* In pcapng.c use the units per second value from the interface instead ofGerald Combs2012-03-101-4/+5
* - Write ISB(s) at start and end of capture.Anders Broman2012-02-221-1/+1
* Expand the API for ISB:sAnders Broman2012-02-221-0/+3
* Use tab indentation as elsewhere in the files.Michael Tüxen2012-02-211-6/+6
* Extend libpcap_write_interface_description_block() wiyh more optionsAnders Broman2012-02-211-2/+7
* From Anders: Add support for options in the SHB.Michael Tüxen2012-02-141-5/+20
* Constify some arguments.Guy Harris2011-06-151-3/+3
* constify some args of libpcap_write_enhanced_packet_block()Michael Tüxen2009-04-261-2/+2
* Add functions to write several pcapng blocks.Michael Tüxen2009-04-261-0/+30
* Make ringbuffer.[ch] file format agnostic.Michael Tüxen2009-04-261-4/+8
* name changeRonnie Sahlberg2006-05-211-2/+2
* When capturing, we only support writing to libpcap files. Given that,Guy Harris2006-03-041-0/+44