MIT krb5-1.6 HACK patch
[metze/wireshark/wip.git] / pcapio.c
2013-12-20 darkjamesChange G_GINT64_CONSTANT(xxxxU) to G_GUINT64_CONSTANT...
2013-10-18 tuexenFix writing enhanced packet blocks when flags are
2013-09-29 guyFor an EPB, write out an "end of options" option if...
2013-09-29 guyAdd a routine to return the length of a string option...
2013-09-29 guyRename routines that write pcap-ng files to "pcapng_xxx...
2013-09-29 guyWe always write to a FILE *, so:
2013-09-29 guyUse a common routine to write out string options.
2013-01-02 tuexenWhitespace changes. Use 8-space indents consistently.
2013-01-02 tuexenFix bug introduced by myself in
2013-01-02 tuexenFix bug introduced in
2013-01-02 tuexenUse consistent indentation.
2013-01-02 geraldCast size_t to something the Visual C++ CRT will accept.
2013-01-02 mmannAllow pcap/pcapng format to be written to more than...
2012-12-26 guyFix a bunch of warnings.
2012-12-25 tuexenFix writing of PCAP-NG files when flags are provided.
2012-12-23 tuexenAdd support for writing per packet comments when using...
2012-12-20 tuexenNeed to include Windows.h for gettting FILETIME.
2012-12-20 tuexenDon't use an pcap structures in pcapio.[ch].
2012-12-20 tuexenAdd ws_fclose(), ws_fflush(), and ws_fdopen() to the...
2012-12-19 tuexenAdd support for writing the flags option in the enhanced
2012-12-18 tuexenSimplify code.
2012-12-18 tuexenfwrite() returns the number of objects written, not...
2012-12-18 tuexenFix sequence of parameters. The size is the second...
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-04-25 tuexenAllow writing ISB with given recv/drop counters.
2012-04-15 tuexenFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2012-03-26 morrissFix Coverty 1392 ('name' might be NULL): don't write...
2012-03-20 etxrabTo be consistent with the wiretap API don't null termin...
2012-03-12 etxrabFrom Jose Pedro Oliveira:
2012-03-12 etxrabFrom Jose Pedro Oliveira: Add Modlines
2012-03-10 geraldIn pcapng.c use the units per second value from the...
2012-03-09 etxrabFrom Jose Pedro Oliveira:
2012-03-06 geraldAdd a note about using GetSystemTimePreciseAsFileTime.
2012-03-05 etxrabFix calculation of pading for if_filter_str.
2012-03-04 etxrabif_filter isn't a string per se,The first byte of the...
2012-02-25 etxrabFrom Jose Pedro Oliveira: pcapio is writing the if_spee...
2012-02-24 etxrabFix a typo and revert previous.
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...