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