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