From Vincenzo Condoleo via bug 2589:
[metze/wireshark/wip.git] / pcapio.c
2009-04-27 Michael TüxenFix a comment.
2009-04-27 Guy HarrisUse GLib's G_MAXUINT16 as the largest value that fits...
2009-04-27 Michael TüxenImprove handling of strings longer than 64KB.
2009-04-27 Michael TüxenTrying to make the Windows compiler happy.
2009-04-26 Guy HarrisMore casts to deal with 64-bit size_t.
2009-04-26 Guy HarrisCast both parts of a FILETIME to guint32, as I think...
2009-04-26 Guy HarrisAdd code that should work on Windows to get current...
2009-04-26 Michael Tüxen(Try to) fix the 64-bit issues.
2009-04-26 Michael TüxenDon't declare now when not used.
2009-04-26 Michael TüxenWindows does not support gettimeofday(). Use 0 as a...
2009-04-26 Michael Tüxenconstify some args of libpcap_write_enhanced_packet_block()
2009-04-26 Michael TüxenFix names.
2009-04-26 Michael TüxenAdd functions to write several pcapng blocks.
2009-04-26 Michael TüxenMake ringbuffer.[ch] file format agnostic.
2007-02-01 Martin MathiesonOK, fix it properly by adding test after config.h has...
2007-02-01 Martin MathiesonFix with-pcap build by disabling HAVE_LIBPCAP guard...
2007-02-01 Ronnie Sahlbergthere is no point in pcapio unless we have PCAP available.
2006-05-21 Ronnie Sahlbergname change
2006-03-04 Guy HarrisWhen capturing, we only support writing to libpcap...