Fix more "no previous declaration" warnings
[obnox/wireshark/wip.git] / text2pcap.c
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...