aboutsummaryrefslogtreecommitdiffstats
path: root/pcapio.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* (Try to) fix the 64-bit issues.Michael Tüxen2009-04-261-5/+5
* Don't declare now when not used.Michael Tüxen2009-04-261-0/+2
* Windows does not support gettimeofday(). Use 0 as a workaround for now.Michael Tüxen2009-04-261-0/+4
* constify some args of libpcap_write_enhanced_packet_block()Michael Tüxen2009-04-261-2/+2
* Fix names.Michael Tüxen2009-04-261-22/+22
* Add functions to write several pcapng blocks.Michael Tüxen2009-04-261-0/+291
* Make ringbuffer.[ch] file format agnostic.Michael Tüxen2009-04-261-13/+18
* OK, fix it properly by adding test after config.h has been included...Martin Mathieson2007-02-011-4/+3
* Fix with-pcap build by disabling HAVE_LIBPCAP guard for now, for some reason ...Martin Mathieson2007-02-011-2/+3
* there is no point in pcapio unless we have PCAP available.Ronnie Sahlberg2007-02-011-0/+4
* name changeRonnie Sahlberg2006-05-211-2/+2
* When capturing, we only support writing to libpcap files. Given that,Guy Harris2006-03-041-0/+186