aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
Commit message (Expand)AuthorAgeFilesLines
* Minor cleanup of "-h" output text.Bill Meier2009-05-121-23/+27
* Fix the last(?) of the Win64 compilation problems.Gerald Combs2009-04-161-2/+2
* Declare ts_sec as a time_t because that's how it's used; this avoids a warningJeff Morriss2008-09-211-8/+8
* The joys of beating header files over the head to get all the variousGuy Harris2008-06-041-0/+16
* Move the file utility functions from wiretap to libwsutil so thatJeff Morriss2008-05-221-3/+3
* Fix some of the Errors/warnings detected by checkapi.Anders Broman2008-05-131-4/+4
* "Read 1 potential packet, wrote 1 packet": use packet or packets as appropriateBill Meier2008-03-011-2/+3
* From Michael McCartney (bug 2246):Stig Bjørlykke2008-02-051-3/+7
* More rewrite of prohibited APIs (sprintf, strcpy, strcat).Stig Bjørlykke2008-02-031-2/+2
* Pavol Rusnak <stick@gk2.sk>:Jörg Mayer2008-01-091-6/+9
* A few more s/fopen/eth_fopen/Jeff Morriss2007-10-161-8/+9
* When -t option: Use current date or time fields for unspecified fields; Fixes...Bill Meier2007-09-201-20/+29
* If bad date/time: use 1/1/70 00:00:00 local time; Add some addt'l output if d...Bill Meier2007-09-181-30/+36
* Output err msg if strptime fails converting input time;Bill Meier2007-09-121-1/+4
* fix usage message for -o optionRichard van der Hoff2007-08-211-1/+1
* set #ifndef __USE_XOPEN instead of only #ifndefSebastien Tandel2007-04-221-1/+1
* Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it wasJörg Mayer2007-04-221-2/+5
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-3/+3
* Fix about 150 warnings new to gcc 4.0 in the error on warning directories.Stephen Fisher2007-03-231-3/+3
* fix MSVC warnings of / and set CFLAGS to block new warningsUlf Lamping2007-03-211-1/+1
* Ethereal->WiresharkAnders Broman2006-05-281-1/+1
* name changeRonnie Sahlberg2006-05-211-2/+2
* "help()" really just prints a usage message; it's not a full-blown helpGuy Harris2006-03-011-26/+27
* update usage textUlf Lamping2006-01-111-44/+55
* More 'char*' -> 'const char*' changes to fix warnings.Jörg Mayer2005-07-231-4/+4
* 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