aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
AgeCommit message (Expand)AuthorFilesLines
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