| Commit message (Expand) | Author | Age | Files | Lines |
* | From Sebastien Vincent <svincent@idems.fr>: fix the handling of "-x" and | guy | 2004-09-04 | 1 | -5/+23 |
* | From Raphael Raimbault <raphael.raimbault@netasq.com>: "-tttt" requires | guy | 2004-06-15 | 1 | -2/+2 |
* | Fixed a bug that caused "windump" with no parameters not to display the | risso | 2004-04-06 | 1 | -8/+9 |
* | Add support for Apple's IP-over-IEEE 1394 encapsulation. | guy | 2004-03-17 | 1 | -1/+4 |
* | Check whether we have too many output files *before* allocating the | guy | 2004-01-26 | 1 | -3/+3 |
* | Adapted from a more extensive change from Chris Cogdon | guy | 2004-01-26 | 1 | -2/+7 |
* | From Gisle Vanem: fix the "-m" case in the argument processing not to | guy | 2004-01-14 | 1 | -1/+2 |
* | - pass on ident string to hex_print() | hannes | 2003-12-29 | 1 | -30/+4 |
* | From George Bakos: send the "reading from" messages to stderr, not | guy | 2003-12-18 | 1 | -3/+4 |
* | Print both the name and the description of a link-layer type (the name | guy | 2003-11-18 | 1 | -10/+19 |
* | In MSVC++'s C library, _IOLBF is the same as _IOFBF; use _IONBF instead. | guy | 2003-11-18 | 1 | -2/+15 |
* | Have the configure script arrange that the Makefile define _U_ | guy | 2003-11-16 | 1 | -7/+7 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -1/+1 |
* | From Neil Spring: | guy | 2003-11-15 | 1 | -7/+7 |
* | Check whether we have "pcap_breakloop()", and use it if we do - it's a | guy | 2003-11-04 | 1 | -14/+54 |
* | Add to the packet counts a count of packets that tcpdump has seen and | guy | 2003-09-16 | 1 | -1/+13 |
* | Cleanup of the Windows portion. The result of the GetVersion() function, that... | risso | 2003-08-08 | 1 | -11/+16 |
* | From Bruce M. Simpson <bms@spc.org>: RFC 3561 AODV support. | guy | 2003-08-06 | 1 | -1/+3 |
* | Print the link-type name along with the link-type when starting up. | fenner | 2003-08-01 | 1 | -6/+19 |
* | Remove the -a flag. It's nonsensical to apply the local netmask to all | fenner | 2003-07-31 | 1 | -6/+2 |
* | From Jesper Peterson <jesper@endace.com>: catch SIGPIPE and clean up, so | guy | 2003-07-30 | 1 | -1/+4 |
* | Improve the comment for the code to relinquish set-UID privileges. | guy | 2003-06-03 | 1 | -8/+11 |
* | squelch compiler warning | hannes | 2003-05-25 | 1 | -2/+2 |
* | print the link-type when reading or capturing packets | hannes | 2003-05-22 | 1 | -3/+6 |
* | From Motonori Shindo: allow "-T" to take "tftp" as an argument to force | guy | 2003-05-11 | 1 | -1/+3 |
* | Digital UNIX 4.0's <net/bpf.h> doesn't define DLT_SLIP_BSDOS or | guy | 2003-05-02 | 1 | -1/+5 |
* | Add support for OpenBSD DLT_ENC. | guy | 2003-03-08 | 1 | -1/+4 |
* | The string returned by "pcap_lib_version()" isn't just a version number; | guy | 2003-02-11 | 1 | -2/+2 |
* | Use "pcap_lib_version()" to get the libpcap version number if it's | guy | 2003-02-11 | 1 | -4/+11 |
* | From Peter Fales <peter@fales-lorenz.net>: add support for | guy | 2003-01-23 | 1 | -1/+4 |
* | Fix the usage message - don't mention "-y" twice. | guy | 2003-01-16 | 1 | -2/+2 |
* | Don't print the "verbose output suppressed" message if "-w" was | guy | 2003-01-08 | 1 | -7/+10 |
* | don't forget to display the program name | hannes | 2003-01-07 | 1 | -1/+3 |
* | check vflag before displaying the little help string | hannes | 2003-01-07 | 1 | -6/+5 |
* | be a bit more verbose what we are doing: | hannes | 2003-01-07 | 1 | -3/+5 |
* | From Gisle Vanem: use the right #define when checking whether libpcap | guy | 2002-12-22 | 1 | -10/+4 |
* | From Andrew Brown <atatat@atatdot.net>: add a "-U" flag, which causes | guy | 2002-12-22 | 1 | -19/+48 |
* | Hoist a bunch of stuff that should be done by all if_print routines into | guy | 2002-12-19 | 1 | -38/+71 |
* | NetBSD support for multiple data link types on an interface, from David | guy | 2002-12-19 | 1 | -17/+100 |
* | Properly document "-X" - it turns on "-x" for you. | guy | 2002-12-19 | 1 | -2/+2 |
* | Add a new routine "default_print_packet()", which takes a pointer to the | guy | 2002-12-18 | 1 | -2/+27 |
* | Add support for DLT_PRISM and DLT_IEEE802_11_RADIO. | guy | 2002-12-12 | 1 | -1/+7 |
* | On systems with SIGINFO support, make it work when you're saving packets | guy | 2002-11-11 | 1 | -18/+37 |
* | Add support for RFC 2625 IP-over-Fibre Channel. | guy | 2002-10-18 | 1 | -1/+4 |
* | Get rid of the "-Wno-unused" flag, and fix up most of the | guy | 2002-09-05 | 1 | -2/+2 |
* | Check for "pcap_version" in libpcap in the configure scripts; apparently | guy | 2002-09-05 | 1 | -2/+11 |
* | Removed from the Win32 code a conversion from ASCII to unicode that is not ne... | risso | 2002-08-09 | 1 | -17/+2 |
* | Put support for "-A" back into the getopt argument string, and put "-A" | guy | 2002-08-06 | 1 | -10/+26 |
* | Don't mention "-D" in the help message, or support it in "getopt()", if | guy | 2002-08-03 | 1 | -3/+11 |
* | Check for "pcap_findalldevs()" in libpcap in the configuration script; | guy | 2002-08-03 | 1 | -1/+7 |