aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Don't close file handle if a file write error; (caller does the close)Bill Meier2011-03-211-6/+5
* Fix a comment.Michael Tüxen2009-04-271-1/+1
* Use GLib's G_MAXUINT16 as the largest value that fits in a guint16.Guy Harris2009-04-271-11/+10
* Improve handling of strings longer than 64KB.Michael Tüxen2009-04-271-26/+37
* Trying to make the Windows compiler happy.Michael Tüxen2009-04-271-2/+2
* More casts to deal with 64-bit size_t.Guy Harris2009-04-261-4/+6
* Cast both parts of a FILETIME to guint32, as I think DWORD is signed.Guy Harris2009-04-261-1/+5
* Add code that should work on Windows to get current time as microsecondsGuy Harris2009-04-261-2/+29