Fix the fuzz failure reported in
[obnox/wireshark/wip.git] / text2pcap.c
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:
2003-02-27 guyFrom Jason Copenhaver: put the address fields in the...
2002-10-17 guyDon't use "unsigned long" when you mean "unsigned 32...
2002-10-10 jmayerIncrease addr outside of macro
2002-08-28 jmayerRemoved trailing whitespaces from .h and .c files using the
2002-08-02 jmayerReplace the types from sys/types.h and netinet/in.h...
2002-07-21 guy"yyin" is from lex/flex, so it should be "extern",...
2002-07-15 guyFrom Joerg Mayer:
2002-06-30 guyFrom Joerg Mayer: add some missing static declarations.
2002-06-23 guyWinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPc...
2002-04-15 guyFrom Michael Tuexen:
2002-04-13 guyFrom Michael Tuexen:
2002-01-30 guyTry defining just _USE_XOPEN and see if that gets ...
2002-01-30 guyAlas, on Solaris, defining _XOPEN_SOURCE causes some...
2002-01-29 gramUse:
2002-01-23 guyFrom Hamish Moffatt: set the year to 1970 before parsin...
2002-01-20 guyFrom Michael Tuexen:
2002-01-16 guySCTP support in text2pcap, and fix to usage message...
2001-11-24 guyFix the usage message and man page for text2pcap.
2001-11-24 guySupport for time stamping packets in text2pcap, from...
2001-11-24 guyFix the return value of a routine.
2001-11-24 guyIf the expected "next offset" doesn't match the offset...
2001-08-01 guy"getopt()" doesn't support multiple option arguments...
2001-07-13 guyFrom Joerg Mayer:
2001-05-21 guyBuild text2pcap on Windows.
2001-05-16 ashoknAdded 'text2pcap', a utility to convert text hexdumps...