aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
2004-01-06Add some sanity checking for the "-i" argument.guy1-3/+5
2004-01-05removed some MSVC warnings (level 3)ulfl1-4/+4
2003-12-21Compiling with -pedantic:jmayer1-2/+2
2003-04-27From Matthijs Melchior:guy1-24/+130
2003-02-27From Jason Copenhaver: put the address fields in the Ethernet header inguy1-2/+2
2002-10-17Don't use "unsigned long" when you mean "unsigned 32-bit integer", asguy1-59/+59
2002-10-10Increase addr outside of macrojmayer1-2/+3
2002-08-28Removed trailing whitespaces from .h and .c files using thejmayer1-132/+132
2002-08-02Replace the types from sys/types.h and netinet/in.h by their glib.hjmayer1-30/+18
2002-07-21"yyin" is from lex/flex, so it should be "extern", not "static" - weguy1-15/+19
2002-07-15From Joerg Mayer:guy1-10/+9
2002-06-30From Joerg Mayer: add some missing static declarations.guy1-41/+41
2002-06-23WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sguy1-3/+3
2002-04-15From Michael Tuexen:guy1-6/+22
2002-04-13From Michael Tuexen:guy1-8/+44
2002-01-30Try defining just _USE_XOPEN and see if that gets "strptime()" declaredguy1-16/+1
2002-01-30Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in theguy1-1/+13
2002-01-29Use:gram1-1/+12
2002-01-23From Hamish Moffatt: set the year to 1970 before parsing the date, inguy1-2/+14
2002-01-20From Michael Tuexen:guy1-14/+167
2002-01-16SCTP support in text2pcap, and fix to usage message for "-u", fromguy1-28/+92
2001-11-24Fix the usage message and man page for text2pcap.guy1-10/+16
2001-11-24Support for time stamping packets in text2pcap, from Gordon McKinney.guy1-7/+150
2001-11-24Fix the return value of a routine.guy1-2/+2
2001-11-24If the expected "next offset" doesn't match the offset we read, it mayguy1-18/+36
2001-08-01"getopt()" doesn't support multiple option arguments to a flag; haveguy1-3/+12
2001-07-13From Joerg Mayer:guy1-2/+2
2001-05-21Build text2pcap on Windows.guy1-31/+34
2001-05-16Added 'text2pcap', a utility to convert text hexdumps into pcapashokn1-0/+741