aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
Commit message (Expand)AuthorAgeFilesLines
* Remove all $Id$ from top of fileAlexis La Goutte2014-03-041-2/+0
* Change G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT(xxxx)Jakub Zawadzki2013-12-201-1/+1
* Fix writing enhanced packet blocks when flags areMichael Tüxen2013-10-181-4/+0
* For an EPB, write out an "end of options" option if we write out anyGuy Harris2013-09-291-2/+8
* Add a routine to return the length of a string option, given the string;Guy Harris2013-09-291-90/+65
* Rename routines that write pcap-ng files to "pcapng_xxx" rather thanGuy Harris2013-09-291-184/+116
* We always write to a FILE *, so:Guy Harris2013-09-291-81/+81
* Use a common routine to write out string options.Guy Harris2013-09-291-65/+43
* Whitespace changes. Use 8-space indents consistently.Michael Tüxen2013-01-021-96/+96
* Fix bug introduced by myself inMichael Tüxen2013-01-021-1/+1
* Fix bug introduced in Michael Tüxen2013-01-021-1/+1
* Use consistent indentation.Michael Tüxen2013-01-021-18/+18
* Cast size_t to something the Visual C++ CRT will accept.Gerald Combs2013-01-021-13/+13
* Allow pcap/pcapng format to be written to more than just a file (FILE*). Giv...Michael Mann2013-01-021-127/+198
* Fix a bunch of warnings.Guy Harris2012-12-261-50/+57
* Fix writing of PCAP-NG files when flags are provided.Michael Tüxen2012-12-251-3/+0
* Add support for writing per packet comments when using pcapng.Michael Tüxen2012-12-231-2/+29
* Need to include Windows.h for gettting FILETIME.Michael Tüxen2012-12-201-0/+3
* Don't use an pcap structures in pcapio.[ch]. Michael Tüxen2012-12-201-24/+24
* Add ws_fclose(), ws_fflush(), and ws_fdopen() to the fileutils.Michael Tüxen2012-12-201-35/+0
* Add support for writing the flags option in the enhancedMichael Tüxen2012-12-191-0/+15
* Simplify code.Michael Tüxen2012-12-181-4/+4
* fwrite() returns the number of objects written, not the number of bytes.Michael Tüxen2012-12-181-4/+4
* Fix sequence of parameters. The size is the second parameter of fwrite,Michael Tüxen2012-12-181-4/+4
* We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss2012-09-201-2/+0
* Update Free Software Foundation address.Jakub Zawadzki2012-06-281-1/+1
* Allow writing ISB with given recv/drop counters.Michael Tüxen2012-04-251-21/+14
* Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7048Michael Tüxen2012-04-151-2/+12
* Fix Coverty 1392 ('name' might be NULL): don't write out the interface name w...Jeff Morriss2012-03-261-1/+1
* To be consistent with the wiretap API don't null terminate the counted strings.Anders Broman2012-03-201-49/+49
* From Jose Pedro Oliveira:Anders Broman2012-03-121-530/+530
* From Jose Pedro Oliveira: Add ModlinesAnders Broman2012-03-121-0/+13
* In pcapng.c use the units per second value from the interface instead ofGerald Combs2012-03-101-3/+4
* From Jose Pedro Oliveira:Anders Broman2012-03-091-42/+43
* Add a note about using GetSystemTimePreciseAsFileTime.Gerald Combs2012-03-061-3/+6
* Fix calculation of pading for if_filter_str.Anders Broman2012-03-051-3/+3
* if_filter isn't a string per se,The first byte of the Option Data keeps a cod...Anders Broman2012-03-041-3/+8
* From Jose Pedro Oliveira: pcapio is writing the if_speed value in the IDB_TSR...Anders Broman2012-02-251-1/+1
* Fix a typo and revert previous.Anders Broman2012-02-241-1/+1
* - Write ISB(s) at start and end of capture.Anders Broman2012-02-221-4/+2
* Expand the API for ISB:sAnders Broman2012-02-221-4/+60
* Correctly write os string...Michael Tüxen2012-02-211-2/+2
* Whitespace changes.Michael Tüxen2012-02-211-2/+2
* Whitespace changes.Michael Tüxen2012-02-211-10/+10
* Use tab indentation as elsewhere in the files.Michael Tüxen2012-02-211-148/+156
* Check if the string exists first.Anders Broman2012-02-211-10/+10
* Extend libpcap_write_interface_description_block() wiyh more optionsAnders Broman2012-02-211-67/+162
* From Anders: Add support for options in the SHB.Michael Tüxen2012-02-141-6/+65
* From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cg...Alexis La Goutte2012-01-101-2/+2
* Constify some arguments.Guy Harris2011-06-151-3/+3