aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Try defining just _USE_XOPEN and see if that gets "strptime()" declaredGuy Harris2002-01-301-16/+1
* Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in theGuy Harris2002-01-301-1/+13
* Use:Gilbert Ramirez2002-01-291-1/+12
* From Hamish Moffatt: set the year to 1970 before parsing the date, inGuy Harris2002-01-231-2/+14
* From Michael Tuexen:Guy Harris2002-01-201-14/+167
* SCTP support in text2pcap, and fix to usage message for "-u", fromGuy Harris2002-01-161-28/+92
* Fix the usage message and man page for text2pcap.Guy Harris2001-11-241-10/+16
* Support for time stamping packets in text2pcap, from Gordon McKinney.Guy Harris2001-11-241-7/+150
* Fix the return value of a routine.Guy Harris2001-11-241-2/+2
* If the expected "next offset" doesn't match the offset we read, it mayGuy Harris2001-11-241-18/+36
* "getopt()" doesn't support multiple option arguments to a flag; haveGuy Harris2001-08-011-3/+12
* From Joerg Mayer:Guy Harris2001-07-131-2/+2
* Build text2pcap on Windows.Guy Harris2001-05-211-31/+34
* Added 'text2pcap', a utility to convert text hexdumps into pcapAshok Narayanan2001-05-161-0/+741