aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-23Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher1-3/+3
2007-03-21fix MSVC warnings of / and set CFLAGS to block new warningsUlf Lamping1-1/+1
2006-05-28Ethereal->WiresharkAnders Broman1-1/+1
2006-05-21name changeRonnie Sahlberg1-2/+2
2006-03-01"help()" really just prints a usage message; it's not a full-blown helpGuy Harris1-26/+27
2006-01-11update usage textUlf Lamping1-44/+55
2005-07-23More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer1-4/+4
2004-07-18Set the svn:eol-style property on all text files to "native", so thatGuy Harris1-1/+1
2004-07-04fix a typo in the help text.Michael Tüxen1-2/+2
2004-01-06Add some sanity checking for the "-i" argument.Guy Harris1-3/+5
2004-01-05removed some MSVC warnings (level 3)Ulf Lamping1-4/+4
2003-12-21Compiling with -pedantic:Jörg Mayer1-2/+2
2003-04-27From Matthijs Melchior:Guy Harris1-24/+130
2003-02-27From Jason Copenhaver: put the address fields in the Ethernet header inGuy Harris1-2/+2
2002-10-17Don't use "unsigned long" when you mean "unsigned 32-bit integer", asGuy Harris1-59/+59
2002-10-10Increase addr outside of macroJörg Mayer1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using theJörg Mayer1-132/+132
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer1-30/+18
2002-07-21"yyin" is from lex/flex, so it should be "extern", not "static" - weGuy Harris1-15/+19
2002-07-15From Joerg Mayer:Guy Harris1-10/+9
2002-06-30From Joerg Mayer: add some missing static declarations.Guy Harris1-41/+41
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris1-3/+3
2002-04-15From Michael Tuexen:Guy Harris1-6/+22
2002-04-13From Michael Tuexen:Guy Harris1-8/+44
2002-01-30Try defining just _USE_XOPEN and see if that gets "strptime()" declaredGuy Harris1-16/+1
2002-01-30Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in theGuy Harris1-1/+13
2002-01-29Use:Gilbert Ramirez1-1/+12
2002-01-23From Hamish Moffatt: set the year to 1970 before parsing the date, inGuy Harris1-2/+14
2002-01-20From Michael Tuexen:Guy Harris1-14/+167
2002-01-16SCTP support in text2pcap, and fix to usage message for "-u", fromGuy Harris1-28/+92
2001-11-24Fix the usage message and man page for text2pcap.Guy Harris1-10/+16
2001-11-24Support for time stamping packets in text2pcap, from Gordon McKinney.Guy Harris1-7/+150
2001-11-24Fix the return value of a routine.Guy Harris1-2/+2
2001-11-24If the expected "next offset" doesn't match the offset we read, it mayGuy Harris1-18/+36
2001-08-01"getopt()" doesn't support multiple option arguments to a flag; haveGuy Harris1-3/+12
2001-07-13From Joerg Mayer:Guy Harris1-2/+2
2001-05-21Build text2pcap on Windows.Guy Harris1-31/+34
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan1-0/+741