From Marko Hrastovec via
[metze/wireshark/wip.git] / text2pcap.c
2013-12-31 wmeierUse the normal convention for exit status and output...
2013-12-22 wmeier'L' constant modifier not needed.
2013-12-20 wmeier'guint32 crc_c[256]' array initializer constants should...
2013-10-05 jmayerInvert NEED_INET_ATON_H to HAVE_INET_ATON_H
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-06 cmaynardThe 'a' option doesn't take an argument. Fix bug intro...
2013-07-29 guyIn the comments for pcap_link_type, point to
2013-06-25 geraldFrom Dirk Jagdmann: Use a guint32 for IPv4 addresses...
2013-06-21 sfisherAF_INET and AF_INET6 undefined in textpcap.c when compi...
2013-06-18 jmayerFix compile error:
2013-06-16 mmannPrepend custom Destination IP and Source IP (ipv4 or...
2013-04-05 tuexenDon't forget to move the trailing '\0'.
2013-04-04 cmaynardAs forewarned at wireshark.org/lists/wireshark-dev...
2013-03-20 etxrab[-Wmissing-prototypes]
2013-02-20 geraldWhen any of our executables start on Windows create...
2013-01-23 cmaynardUsage formatting changes:
2013-01-03 tuexenCleanup error handling when processing preamble.
2013-01-03 tuexenDon't try to process timestamp without the format being
2013-01-02 tuexenFix indentation.
2013-01-02 tuexenAlso print number of bytes written.
2013-01-02 mmannAllow pcap/pcapng format to be written to more than...
2012-12-26 guyFix a bunch of warnings.
2012-12-25 tuexenAdd support for -D option. The preamble will start...
2012-12-25 tuexenRemove current version of -D option, because:
2012-12-25 tuexenAdd some debug output regarding preamble processing.
2012-12-25 tuexenClear preamble if no timespec is given.
2012-12-25 tuexenAdd support of -m option for SCTP.
2012-12-25 tuexenFix SCTP packet generation if DATA chunk headers need
2012-12-25 tuexenFix bugs I introduced. Now
2012-12-25 tuexenImprove description.
2012-12-23 tuexenAdd support for writing per packet comments when using...
2012-12-23 tuexenWhen using pcapng, provide input file name as comment.
2012-12-22 tuexenSpecifiy time resolution explicitly.
2012-12-22 tuexenFix timestamp computation when using pcapng.
2012-12-22 tuexenAdd support for writing pcap-ng files by specifying...
2012-12-21 tuexenFix a warning on Windows.
2012-12-21 tuexenUse pcapio routines. This concludes the preperation for
2012-12-21 tuexenThis should make the Linux buildbot happy.
2012-12-21 tuexenAddress a build issue on Windows.
2012-12-21 tuexenBuild the packet to be sent completely in the buffer and
2012-12-18 tuexenMake handling of inconsistent transport layer parameter...
2012-12-18 tuexenWhitespace changes. Use consistent 4 space indent.
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-04-10 guyThere's no __solaris__ predefine for Solaris; just...
2012-02-24 morrissRevisit https://bugs.wireshark.org/bugzilla/show_bug...
2011-10-21 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-10-02 stigFrom Peter Fales via bug 6424:
2011-09-05 stigFrom Pascal Quantin via bug 1723:
2011-09-05 stigChange malloc -> g_malloc and free -> g_free.
2011-08-24 stigYet another cast.
2011-08-24 stigFix a warning by changing a pointer type.
2011-08-23 etxrabFrom Jack Yu modified by Chris Maynard:
2011-08-10 wmeierTest return value from fwrite(); If an error occurred...
2011-08-09 morrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-28 stigReplace all strerror() with g_strerror().
2011-05-24 geraldMove the Windows argument list conversion code to a...
2011-04-05 tuexenFix a typo in the help message.
2011-03-30 cmaynardFix a couple of typos.
2011-03-30 cmaynardWrap all text lines of help at column 80.
2011-03-23 wmeierDon't compute each checksum twice when adding dummy...
2011-01-06 geraldOn Windows, convert all of our command-line arguments...
2010-10-19 wmeierChange dummy MAC addresses so we don't get Wireshark...
2010-05-28 morrissMove some code (including the optional objects) into...
2009-12-29 wmeierFrom Jim Young: Include svnversion.h in capinfos and...
2009-12-08 sfisherFrom Jakub Zawadzki via bug #4289: (Fix for) Frame...
2009-10-06 stigInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-07-22 geraldUse "svn info" to fetch the version by default. Fetch...
2009-05-12 wmeierMinor cleanup of "-h" output text.
2009-04-16 geraldFix the last(?) of the Win64 compilation problems.
2008-09-21 morrissDeclare ts_sec as a time_t because that's how it's...
2008-06-04 guyThe joys of beating header files over the head to get...
2008-05-22 morrissMove the file utility functions from wiretap to libwsut...
2008-05-13 etxrabFix some of the Errors/warnings detected by checkapi.
2008-03-01 wmeier"Read 1 potential packet, wrote 1 packet": use packet...
2008-02-05 stigFrom Michael McCartney (bug 2246):
2008-02-03 stigMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-09 jmayerPavol Rusnak <stick@gk2.sk>:
2007-10-16 morrissA few more s/fopen/eth_fopen/
2007-09-20 wmeierWhen -t option: Use current date or time fields for...
2007-09-18 wmeierIf bad date/time: use 1/1/70 00:00:00 local time; Add...
2007-09-12 wmeierOutput err msg if strptime fails converting input time;
2007-08-21 richardvfix usage message for -o option
2007-04-22 standelset #ifndef __USE_XOPEN instead of only #ifndef
2007-04-22 jmayerOnly #deinfe __USE_XOPEN if not already defined. On...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-23 sfisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-21 ulflfix MSVC warnings of / and set CFLAGS to block new...
2006-05-28 etxrabEthereal->Wireshark
2006-05-21 sahlbergname change
2006-03-01 guy"help()" really just prints a usage message; it's not...
2006-01-11 ulflupdate usage text
2005-07-23 jmayerMore 'char*' -> 'const char*' changes to fix warnings.
2004-07-18 guySet the svn:eol-style property on all text files to...
2004-07-04 tuexenfix a typo in the help text.
2004-01-06 guyAdd some sanity checking for the "-i" argument.
2004-01-05 ulflremoved some MSVC warnings (level 3)
2003-12-21 jmayerCompiling with -pedantic:
2003-04-27 guyFrom Matthijs Melchior:
next