From LI Hai via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8708 :
[metze/wireshark/wip.git] / text2pcap.c
2013-04-05 Michael TüxenDon't forget to move the trailing '\0'.
2013-04-04 Chris MaynardAs forewarned at wireshark.org/lists/wireshark-dev...
2013-03-20 Anders Broman[-Wmissing-prototypes]
2013-02-20 Gerald CombsWhen any of our executables start on Windows create...
2013-01-23 Chris MaynardUsage formatting changes:
2013-01-03 Michael TüxenCleanup error handling when processing preamble.
2013-01-03 Michael TüxenDon't try to process timestamp without the format being
2013-01-02 Michael TüxenFix indentation.
2013-01-02 Michael TüxenAlso print number of bytes written.
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üxenAdd support for -D option. The preamble will start...
2012-12-25 Michael TüxenRemove current version of -D option, because:
2012-12-25 Michael TüxenAdd some debug output regarding preamble processing.
2012-12-25 Michael TüxenClear preamble if no timespec is given.
2012-12-25 Michael TüxenAdd support of -m option for SCTP.
2012-12-25 Michael TüxenFix SCTP packet generation if DATA chunk headers need
2012-12-25 Michael TüxenFix bugs I introduced. Now
2012-12-25 Michael TüxenImprove description.
2012-12-23 Michael TüxenAdd support for writing per packet comments when using...
2012-12-23 Michael TüxenWhen using pcapng, provide input file name as comment.
2012-12-22 Michael TüxenSpecifiy time resolution explicitly.
2012-12-22 Michael TüxenFix timestamp computation when using pcapng.
2012-12-22 Michael TüxenAdd support for writing pcap-ng files by specifying...
2012-12-21 Michael TüxenFix a warning on Windows.
2012-12-21 Michael TüxenUse pcapio routines. This concludes the preperation for
2012-12-21 Michael TüxenThis should make the Linux buildbot happy.
2012-12-21 Michael TüxenAddress a build issue on Windows.
2012-12-21 Michael TüxenBuild the packet to be sent completely in the buffer and
2012-12-18 Michael TüxenMake handling of inconsistent transport layer parameter...
2012-12-18 Michael TüxenWhitespace changes. Use consistent 4 space indent.
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-10 Guy HarrisThere's no __solaris__ predefine for Solaris; just...
2012-02-24 Jeff MorrissRevisit https://bugs.wireshark.org/bugzilla/show_bug...
2011-10-21 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-10-02 Stig BjørlykkeFrom Peter Fales via bug 6424:
2011-09-05 Stig BjørlykkeFrom Pascal Quantin via bug 1723:
2011-09-05 Stig BjørlykkeChange malloc -> g_malloc and free -> g_free.
2011-08-24 Stig BjørlykkeYet another cast.
2011-08-24 Stig BjørlykkeFix a warning by changing a pointer type.
2011-08-23 Anders BromanFrom Jack Yu modified by Chris Maynard:
2011-08-10 Bill MeierTest return value from fwrite(); If an error occurred...
2011-08-09 Jeff MorrissFix https://bugs.wireshark.org/bugzilla/show_bug.cgi...
2011-06-28 Stig BjørlykkeReplace all strerror() with g_strerror().
2011-05-24 Gerald CombsMove the Windows argument list conversion code to a...
2011-04-05 Michael TüxenFix a typo in the help message.
2011-03-30 Chris MaynardFix a couple of typos.
2011-03-30 Chris MaynardWrap all text lines of help at column 80.
2011-03-23 Bill MeierDon't compute each checksum twice when adding dummy...
2011-01-06 Gerald CombsOn Windows, convert all of our command-line arguments...
2010-10-19 Bill MeierChange dummy MAC addresses so we don't get Wireshark...
2010-05-28 Jeff MorrissMove some code (including the optional objects) into...
2009-12-29 Bill MeierFrom Jim Young: Include svnversion.h in capinfos and...
2009-12-08 Stephen FisherFrom Jakub Zawadzki via bug #4289: (Fix for) Frame...
2009-10-06 Stig BjørlykkeInvert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H
2009-07-22 Gerald CombsUse "svn info" to fetch the version by default. Fetch...
2009-05-12 Bill MeierMinor cleanup of "-h" output text.
2009-04-16 Gerald CombsFix the last(?) of the Win64 compilation problems.
2008-09-21 Jeff MorrissDeclare ts_sec as a time_t because that's how it's...
2008-06-04 Guy HarrisThe joys of beating header files over the head to get...
2008-05-22 Jeff MorrissMove the file utility functions from wiretap to libwsut...
2008-05-13 Anders BromanFix some of the Errors/warnings detected by checkapi.
2008-03-01 Bill Meier"Read 1 potential packet, wrote 1 packet": use packet...
2008-02-05 Stig BjørlykkeFrom Michael McCartney (bug 2246):
2008-02-03 Stig BjørlykkeMore rewrite of prohibited APIs (sprintf, strcpy, strcat).
2008-01-09 Jörg MayerPavol Rusnak <stick@gk2.sk>:
2007-10-16 Jeff MorrissA few more s/fopen/eth_fopen/
2007-09-20 Bill MeierWhen -t option: Use current date or time fields for...
2007-09-18 Bill MeierIf bad date/time: use 1/1/70 00:00:00 local time; Add...
2007-09-12 Bill MeierOutput err msg if strptime fails converting input time;
2007-08-21 Richard van der... fix usage message for -o option
2007-04-22 Sebastien Tandelset #ifndef __USE_XOPEN instead of only #ifndef
2007-04-22 Jörg MayerOnly #deinfe __USE_XOPEN if not already defined. On...
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-23 Stephen FisherFix about 150 warnings new to gcc 4.0 in the error...
2007-03-21 Ulf Lampingfix MSVC warnings of / and set CFLAGS to block new...
2006-05-28 Anders BromanEthereal->Wireshark
2006-05-21 Ronnie Sahlbergname change
2006-03-01 Guy Harris"help()" really just prints a usage message; it's not...
2006-01-11 Ulf Lampingupdate usage text
2005-07-23 Jörg MayerMore 'char*' -> 'const char*' changes to fix warnings.
2004-07-18 Guy HarrisSet the svn:eol-style property on all text files to...
2004-07-04 Michael Tüxenfix a typo in the help text.
2004-01-06 Guy HarrisAdd some sanity checking for the "-i" argument.
2004-01-05 Ulf Lampingremoved some MSVC warnings (level 3)
2003-12-21 Jörg MayerCompiling with -pedantic:
2003-04-27 Guy HarrisFrom Matthijs Melchior:
2003-02-27 Guy HarrisFrom Jason Copenhaver: put the address fields in the...
2002-10-17 Guy HarrisDon't use "unsigned long" when you mean "unsigned 32...
2002-10-10 Jörg MayerIncrease addr outside of macro
2002-08-28 Jörg MayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 Jörg MayerReplace the types from sys/types.h and netinet/in.h...
2002-07-21 Guy Harris"yyin" is from lex/flex, so it should be "extern",...
2002-07-15 Guy HarrisFrom Joerg Mayer:
2002-06-30 Guy HarrisFrom Joerg Mayer: add some missing static declarations.
2002-06-23 Guy HarrisWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-04-15 Guy HarrisFrom Michael Tuexen:
2002-04-13 Guy HarrisFrom Michael Tuexen:
2002-01-30 Guy HarrisTry defining just _USE_XOPEN and see if that gets ...
next