| Commit message (Expand) | Author | Age | Files | Lines |
* | Move some code (including the optional objects) into libwsutil | Jeff Morriss | 2010-05-28 | 1 | -3/+3 |
* | From Jim Young: Include svnversion.h in capinfos and text2pcap | Bill Meier | 2009-12-29 | 1 | -0/+1 |
* | From Jakub Zawadzki via bug #4289: (Fix for) Frame arrival times (pcap) | Stephen Fisher | 2009-12-08 | 1 | -0/+1 |
* | Invert check for getopt: NEED_GETOPT_H -> HAVE_GETOPT_H | Stig Bjørlykke | 2009-10-06 | 1 | -2/+4 |
* | Use "svn info" to fetch the version by default. Fetch the repository path as | Gerald Combs | 2009-07-22 | 1 | -1/+1 |
* | Minor cleanup of "-h" output text. | Bill Meier | 2009-05-12 | 1 | -23/+27 |
* | Fix the last(?) of the Win64 compilation problems. | Gerald Combs | 2009-04-16 | 1 | -2/+2 |
* | Declare ts_sec as a time_t because that's how it's used; this avoids a warning | Jeff Morriss | 2008-09-21 | 1 | -8/+8 |
* | The joys of beating header files over the head to get all the various | Guy Harris | 2008-06-04 | 1 | -0/+16 |
* | Move the file utility functions from wiretap to libwsutil so that | Jeff Morriss | 2008-05-22 | 1 | -3/+3 |
* | Fix some of the Errors/warnings detected by checkapi. | Anders Broman | 2008-05-13 | 1 | -4/+4 |
* | "Read 1 potential packet, wrote 1 packet": use packet or packets as appropriate | Bill Meier | 2008-03-01 | 1 | -2/+3 |
* | From Michael McCartney (bug 2246): | Stig Bjørlykke | 2008-02-05 | 1 | -3/+7 |
* | More rewrite of prohibited APIs (sprintf, strcpy, strcat). | Stig Bjørlykke | 2008-02-03 | 1 | -2/+2 |
* | Pavol Rusnak <stick@gk2.sk>: | Jörg Mayer | 2008-01-09 | 1 | -6/+9 |
* | A few more s/fopen/eth_fopen/ | Jeff Morriss | 2007-10-16 | 1 | -8/+9 |
* | When -t option: Use current date or time fields for unspecified fields; Fixes... | Bill Meier | 2007-09-20 | 1 | -20/+29 |
* | If bad date/time: use 1/1/70 00:00:00 local time; Add some addt'l output if d... | Bill Meier | 2007-09-18 | 1 | -30/+36 |
* | Output err msg if strptime fails converting input time; | Bill Meier | 2007-09-12 | 1 | -1/+4 |
* | fix usage message for -o option | Richard van der Hoff | 2007-08-21 | 1 | -1/+1 |
* | set #ifndef __USE_XOPEN instead of only #ifndef | Sebastien Tandel | 2007-04-22 | 1 | -1/+1 |
* | Only #deinfe __USE_XOPEN if not already defined. On my Suse 10.2 it was | Jörg Mayer | 2007-04-22 | 1 | -2/+5 |
* | Remove almost all of the casts I committed recently and in place of | Stephen Fisher | 2007-03-28 | 1 | -3/+3 |
* | Fix about 150 warnings new to gcc 4.0 in the error on warning directories. | Stephen Fisher | 2007-03-23 | 1 | -3/+3 |
* | fix MSVC warnings of / and set CFLAGS to block new warnings | Ulf Lamping | 2007-03-21 | 1 | -1/+1 |
* | Ethereal->Wireshark | Anders Broman | 2006-05-28 | 1 | -1/+1 |
* | name change | Ronnie Sahlberg | 2006-05-21 | 1 | -2/+2 |
* | "help()" really just prints a usage message; it's not a full-blown help | Guy Harris | 2006-03-01 | 1 | -26/+27 |
* | update usage text | Ulf Lamping | 2006-01-11 | 1 | -44/+55 |
* | More 'char*' -> 'const char*' changes to fix warnings. | Jörg Mayer | 2005-07-23 | 1 | -4/+4 |
* | Set the svn:eol-style property on all text files to "native", so that | Guy Harris | 2004-07-18 | 1 | -1/+1 |
* | fix a typo in the help text. | Michael Tüxen | 2004-07-04 | 1 | -2/+2 |
* | Add some sanity checking for the "-i" argument. | Guy Harris | 2004-01-06 | 1 | -3/+5 |
* | removed some MSVC warnings (level 3) | Ulf Lamping | 2004-01-05 | 1 | -4/+4 |
* | Compiling with -pedantic: | Jörg Mayer | 2003-12-21 | 1 | -2/+2 |
* | From Matthijs Melchior: | Guy Harris | 2003-04-27 | 1 | -24/+130 |
* | From Jason Copenhaver: put the address fields in the Ethernet header in | Guy Harris | 2003-02-27 | 1 | -2/+2 |
* | Don't use "unsigned long" when you mean "unsigned 32-bit integer", as | Guy Harris | 2002-10-17 | 1 | -59/+59 |
* | Increase addr outside of macro | Jörg Mayer | 2002-10-10 | 1 | -2/+3 |
* | Removed trailing whitespaces from .h and .c files using the | Jörg Mayer | 2002-08-28 | 1 | -132/+132 |
* | Replace the types from sys/types.h and netinet/in.h by their glib.h | Jörg Mayer | 2002-08-02 | 1 | -30/+18 |
* | "yyin" is from lex/flex, so it should be "extern", not "static" - we | Guy Harris | 2002-07-21 | 1 | -15/+19 |
* | From Joerg Mayer: | Guy Harris | 2002-07-15 | 1 | -10/+9 |
* | From Joerg Mayer: add some missing static declarations. | Guy Harris | 2002-06-30 | 1 | -41/+41 |
* | WinPcap 2.3's <pcap.h> includes <packet32.h>, and WinPcap 2.3's | Guy Harris | 2002-06-23 | 1 | -3/+3 |
* | From Michael Tuexen: | Guy Harris | 2002-04-15 | 1 | -6/+22 |
* | From Michael Tuexen: | Guy Harris | 2002-04-13 | 1 | -8/+44 |
* | Try defining just _USE_XOPEN and see if that gets "strptime()" declared | Guy Harris | 2002-01-30 | 1 | -16/+1 |
* | Alas, on Solaris, defining _XOPEN_SOURCE causes some things not in the | Guy Harris | 2002-01-30 | 1 | -1/+13 |
* | Use: | Gilbert Ramirez | 2002-01-29 | 1 | -1/+12 |