aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
AgeCommit message (Expand)AuthorFilesLines
2012-06-28Update Free Software Foundation address.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-531/+548
2012-03-09From Jose Pedro Oliveira:etxrab1-42/+43
2012-03-06Add a note about using GetSystemTimePreciseAsFileTime.gerald1-3/+6
2012-03-05Fix calculation of pading for if_filter_str.etxrab1-3/+3
2012-03-04if_filter isn't a string per se,The first byte of the Option Data keeps a cod...etxrab1-3/+8
2012-02-25From Jose Pedro Oliveira: pcapio is writing the if_speed value in the IDB_TSR...etxrab1-1/+1
2012-02-24Fix a typo and revert previous.etxrab1-1/+1
2012-02-22- Write ISB(s) at start and end of capture.etxrab1-4/+2
2012-02-22Expand the API for ISB:setxrab1-4/+60
2012-02-21Correctly write os string...tuexen1-2/+2
2012-02-21Whitespace changes.tuexen1-2/+2
2012-02-21Whitespace changes.tuexen1-10/+10
2012-02-21Use tab indentation as elsewhere in the files.tuexen1-148/+156
2012-02-21Check if the string exists first.etxrab1-10/+10
2012-02-21Extend libpcap_write_interface_description_block() wiyh more optionsetxrab1-67/+162
2012-02-14From Anders: Add support for options in the SHB.tuexen1-6/+65
2012-01-10From Jose Pedro Oliveira via https://bugs.wireshark.org/bugzilla/show_bug.cg...alagoutte1-2/+2
2011-06-15Constify some arguments.guy1-3/+3
2011-03-21Don't close file handle if a file write error; (caller does the close)wmeier1-6/+5
2009-04-27Fix a comment.tuexen1-1/+1
2009-04-27Use GLib's G_MAXUINT16 as the largest value that fits in a guint16.guy1-11/+10
2009-04-27Improve handling of strings longer than 64KB.tuexen1-26/+37
2009-04-27Trying to make the Windows compiler happy.tuexen1-2/+2
2009-04-26More casts to deal with 64-bit size_t.guy1-4/+6
2009-04-26Cast both parts of a FILETIME to guint32, as I think DWORD is signed.guy1-1/+5
2009-04-26Add code that should work on Windows to get current time as microsecondsguy1-2/+29
2009-04-26(Try to) fix the 64-bit issues.tuexen1-5/+5
2009-04-26Don't declare now when not used.tuexen1-0/+2
2009-04-26Windows does not support gettimeofday(). Use 0 as a workaround for now.tuexen1-0/+4
2009-04-26constify some args of libpcap_write_enhanced_packet_block()tuexen1-2/+2
2009-04-26Fix names.tuexen1-22/+22
2009-04-26Add functions to write several pcapng blocks.tuexen1-0/+291
2009-04-26Make ringbuffer.[ch] file format agnostic.tuexen1-13/+18
2007-02-01OK, fix it properly by adding test after config.h has been included...martinm1-4/+3
2007-02-01Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason ...martinm1-2/+3
2007-02-01there is no point in pcapio unless we have PCAP available.sahlberg1-0/+4
2006-05-21name changesahlberg1-2/+2
2006-03-04When capturing, we only support writing to libpcap files. Given that,guy1-0/+186