aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
AgeCommit message (Expand)AuthorFilesLines
2009-04-26(Try to) fix the 64-bit issues.Michael Tüxen1-5/+5
2009-04-26Don't declare now when not used.Michael Tüxen1-0/+2
2009-04-26Windows does not support gettimeofday(). Use 0 as a workaround for now.Michael Tüxen1-0/+4
2009-04-26constify some args of libpcap_write_enhanced_packet_block()Michael Tüxen1-2/+2
2009-04-26Fix names.Michael Tüxen1-22/+22
2009-04-26Add functions to write several pcapng blocks.Michael Tüxen1-0/+291
2009-04-26Make ringbuffer.[ch] file format agnostic.Michael Tüxen1-13/+18
2007-02-01OK, fix it properly by adding test after config.h has been included...Martin Mathieson1-4/+3
2007-02-01Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason ...Martin Mathieson1-2/+3
2007-02-01there is no point in pcapio unless we have PCAP available.Ronnie Sahlberg1-0/+4
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-04When capturing, we only support writing to libpcap files. Given that,Guy Harris1-0/+186