As discussed with Anders: Only write a single ISB at the end. Proivde
[obnox/wireshark/wip.git] / pcapio.c
2012-02-22 etxrab- Write ISB(s) at start and end of capture.
2012-02-22 etxrabExpand the API for ISB:s
2012-02-21 tuexenCorrectly write os string...
2012-02-21 tuexenWhitespace changes.
2012-02-21 tuexenWhitespace changes.
2012-02-21 tuexenUse tab indentation as elsewhere in the files.
2012-02-21 etxrabCheck if the string exists first.
2012-02-21 etxrabExtend libpcap_write_interface_description_block()...
2012-02-14 tuexenFrom Anders: Add support for options in the SHB.
2012-01-10 alagoutteFrom Jose Pedro Oliveira via https://bugs.wireshark...
2011-06-15 guyConstify some arguments.
2011-03-21 wmeierDon't close file handle if a file write error; (caller...
2009-04-27 tuexenFix a comment.
2009-04-27 guyUse GLib's G_MAXUINT16 as the largest value that fits...
2009-04-27 tuexenImprove handling of strings longer than 64KB.
2009-04-27 tuexenTrying to make the Windows compiler happy.
2009-04-26 guyMore casts to deal with 64-bit size_t.
2009-04-26 guyCast both parts of a FILETIME to guint32, as I think...
2009-04-26 guyAdd code that should work on Windows to get current...
2009-04-26 tuexen(Try to) fix the 64-bit issues.
2009-04-26 tuexenDon't declare now when not used.
2009-04-26 tuexenWindows does not support gettimeofday(). Use 0 as a...
2009-04-26 tuexenconstify some args of libpcap_write_enhanced_packet_block()
2009-04-26 tuexenFix names.
2009-04-26 tuexenAdd functions to write several pcapng blocks.
2009-04-26 tuexenMake ringbuffer.[ch] file format agnostic.
2007-02-01 martinmOK, fix it properly by adding test after config.h has...
2007-02-01 martinmFix with-pcap build by disabling HAVE_LIBPCAP guard...
2007-02-01 sahlbergthere is no point in pcapio unless we have PCAP available.
2006-05-21 sahlbergname change
2006-03-04 guyWhen capturing, we only support writing to libpcap...