Remove a no-longer-used variable.
[metze/wireshark/wip.git] / pcapio.c
2013-01-02 Michael TüxenWhitespace changes. Use 8-space indents consistently.
2013-01-02 Michael TüxenFix bug introduced by myself in
2013-01-02 Michael TüxenFix bug introduced in
2013-01-02 Michael TüxenUse consistent indentation.
2013-01-02 Gerald CombsCast size_t to something the Visual C++ CRT will accept.
2013-01-02 Michael MannAllow pcap/pcapng format to be written to more than...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-12-25 Michael TüxenFix writing of PCAP-NG files when flags are provided.
2012-12-23 Michael TüxenAdd support for writing per packet comments when using...
2012-12-20 Michael TüxenNeed to include Windows.h for gettting FILETIME.
2012-12-20 Michael TüxenDon't use an pcap structures in pcapio.[ch].
2012-12-20 Michael TüxenAdd ws_fclose(), ws_fflush(), and ws_fdopen() to the...
2012-12-19 Michael TüxenAdd support for writing the flags option in the enhanced
2012-12-18 Michael TüxenSimplify code.
2012-12-18 Michael Tüxenfwrite() returns the number of objects written, not...
2012-12-18 Michael TüxenFix sequence of parameters. The size is the second...
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-04-25 Michael TüxenAllow writing ISB with given recv/drop counters.
2012-04-15 Michael TüxenFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-03-26 Jeff MorrissFix Coverty 1392 ('name' might be NULL): don't write...
2012-03-20 Anders BromanTo be consistent with the wiretap API don't null termin...
2012-03-12 Anders BromanFrom Jose Pedro Oliveira:
2012-03-12 Anders BromanFrom Jose Pedro Oliveira: Add Modlines
2012-03-10 Gerald CombsIn pcapng.c use the units per second value from the...
2012-03-09 Anders BromanFrom Jose Pedro Oliveira:
2012-03-06 Gerald CombsAdd a note about using GetSystemTimePreciseAsFileTime.
2012-03-05 Anders BromanFix calculation of pading for if_filter_str.
2012-03-04 Anders Bromanif_filter isn't a string per se,The first byte of the...
2012-02-25 Anders BromanFrom Jose Pedro Oliveira: pcapio is writing the if_spee...
2012-02-24 Anders BromanFix a typo and revert previous.
2012-02-22 Anders Broman- Write ISB(s) at start and end of capture.
2012-02-22 Anders BromanExpand the API for ISB:s
2012-02-21 Michael TüxenCorrectly write os string...
2012-02-21 Michael TüxenWhitespace changes.
2012-02-21 Michael TüxenWhitespace changes.
2012-02-21 Michael TüxenUse tab indentation as elsewhere in the files.
2012-02-21 Anders BromanCheck if the string exists first.
2012-02-21 Anders BromanExtend libpcap_write_interface_description_block()...
2012-02-14 Michael TüxenFrom Anders: Add support for options in the SHB.
2012-01-10 Alexis La GoutteFrom Jose Pedro Oliveira via https://bugs.wireshark...
2011-06-15 Guy HarrisConstify some arguments.
2011-03-21 Bill MeierDon't close file handle if a file write error; (caller...
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...