summaryrefslogtreecommitdiff
path: root/tcpdump.c
Commit message (Expand)AuthorAgeFilesLines
* From Sebastien Vincent <svincent@idems.fr>: fix the handling of "-x" andguy2004-09-041-5/+23
* From Raphael Raimbault <raphael.raimbault@netasq.com>: "-tttt" requiresguy2004-06-151-2/+2
* Fixed a bug that caused "windump" with no parameters not to display therisso2004-04-061-8/+9
* Add support for Apple's IP-over-IEEE 1394 encapsulation.guy2004-03-171-1/+4
* Check whether we have too many output files *before* allocating theguy2004-01-261-3/+3
* Adapted from a more extensive change from Chris Cogdonguy2004-01-261-2/+7
* From Gisle Vanem: fix the "-m" case in the argument processing not toguy2004-01-141-1/+2
* - pass on ident string to hex_print()hannes2003-12-291-30/+4
* From George Bakos: send the "reading from" messages to stderr, notguy2003-12-181-3/+4
* Print both the name and the description of a link-layer type (the nameguy2003-11-181-10/+19
* In MSVC++'s C library, _IOLBF is the same as _IOFBF; use _IONBF instead.guy2003-11-181-2/+15
* Have the configure script arrange that the Makefile define _U_guy2003-11-161-7/+7
* From Neil Spring:guy2003-11-151-1/+1
* From Neil Spring:guy2003-11-151-7/+7
* Check whether we have "pcap_breakloop()", and use it if we do - it's aguy2003-11-041-14/+54
* Add to the packet counts a count of packets that tcpdump has seen andguy2003-09-161-1/+13
* Cleanup of the Windows portion. The result of the GetVersion() function, that...risso2003-08-081-11/+16
* From Bruce M. Simpson <bms@spc.org>: RFC 3561 AODV support.guy2003-08-061-1/+3
* Print the link-type name along with the link-type when starting up.fenner2003-08-011-6/+19
* Remove the -a flag. It's nonsensical to apply the local netmask to allfenner2003-07-311-6/+2
* From Jesper Peterson <jesper@endace.com>: catch SIGPIPE and clean up, soguy2003-07-301-1/+4
* Improve the comment for the code to relinquish set-UID privileges.guy2003-06-031-8/+11
* squelch compiler warninghannes2003-05-251-2/+2
* print the link-type when reading or capturing packetshannes2003-05-221-3/+6
* From Motonori Shindo: allow "-T" to take "tftp" as an argument to forceguy2003-05-111-1/+3
* Digital UNIX 4.0's <net/bpf.h> doesn't define DLT_SLIP_BSDOS orguy2003-05-021-1/+5
* Add support for OpenBSD DLT_ENC.guy2003-03-081-1/+4
* The string returned by "pcap_lib_version()" isn't just a version number;guy2003-02-111-2/+2
* Use "pcap_lib_version()" to get the libpcap version number if it'sguy2003-02-111-4/+11
* From Peter Fales <peter@fales-lorenz.net>: add support forguy2003-01-231-1/+4
* Fix the usage message - don't mention "-y" twice.guy2003-01-161-2/+2
* Don't print the "verbose output suppressed" message if "-w" wasguy2003-01-081-7/+10
* don't forget to display the program namehannes2003-01-071-1/+3
* check vflag before displaying the little help stringhannes2003-01-071-6/+5
* be a bit more verbose what we are doing:hannes2003-01-071-3/+5
* From Gisle Vanem: use the right #define when checking whether libpcapguy2002-12-221-10/+4
* From Andrew Brown <atatat@atatdot.net>: add a "-U" flag, which causesguy2002-12-221-19/+48
* Hoist a bunch of stuff that should be done by all if_print routines intoguy2002-12-191-38/+71
* NetBSD support for multiple data link types on an interface, from Davidguy2002-12-191-17/+100
* Properly document "-X" - it turns on "-x" for you.guy2002-12-191-2/+2
* Add a new routine "default_print_packet()", which takes a pointer to theguy2002-12-181-2/+27
* Add support for DLT_PRISM and DLT_IEEE802_11_RADIO.guy2002-12-121-1/+7
* On systems with SIGINFO support, make it work when you're saving packetsguy2002-11-111-18/+37
* Add support for RFC 2625 IP-over-Fibre Channel.guy2002-10-181-1/+4
* Get rid of the "-Wno-unused" flag, and fix up most of theguy2002-09-051-2/+2
* Check for "pcap_version" in libpcap in the configure scripts; apparentlyguy2002-09-051-2/+11
* Removed from the Win32 code a conversion from ASCII to unicode that is not ne...risso2002-08-091-17/+2
* Put support for "-A" back into the getopt argument string, and put "-A"guy2002-08-061-10/+26
* Don't mention "-D" in the help message, or support it in "getopt()", ifguy2002-08-031-3/+11
* Check for "pcap_findalldevs()" in libpcap in the configuration script;guy2002-08-031-1/+7