aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
* fix a typo in the help text.Michael Tüxen2004-07-041-2/+2
* Add some sanity checking for the "-i" argument.Guy Harris2004-01-061-3/+5
* removed some MSVC warnings (level 3)Ulf Lamping2004-01-051-4/+4
* Compiling with -pedantic:Jörg Mayer2003-12-211-2/+2
* From Matthijs Melchior:Guy Harris2003-04-271-24/+130
* From Jason Copenhaver: put the address fields in the Ethernet header inGuy Harris2003-02-271-2/+2
* Don't use "unsigned long" when you mean "unsigned 32-bit integer", asGuy Harris2002-10-171-59/+59
* Increase addr outside of macroJörg Mayer2002-10-101-2/+3
* Removed trailing whitespaces from .h and .c files using theJörg Mayer2002-08-281-132/+132
* 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