aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Replace the types from sys/types.h and netinet/in.h by their glib.hJörg Mayer2002-08-021-30/+18
* "yyin" is from lex/flex, so it should be "extern", not "static" - weGuy Harris2002-07-211-15/+19
* From Joerg Mayer:Guy Harris2002-07-151-10/+9
* From Joerg Mayer: add some missing static declarations.Guy Harris2002-06-301-41/+41
* WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3'sGuy Harris2002-06-231-3/+3
* From Michael Tuexen:Guy Harris2002-04-151-6/+22
* From Michael Tuexen:Guy Harris2002-04-131-8/+44
* 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