Lines Matching refs:tcpdump
35 * tcpdump - monitor tcp/ip traffic on an ethernet.
57 #include <tcpdump-stdinc.h>
549 * OK, does tcpdump handle that type?
595 * o, and P, and those are used by other versions of tcpdump, and we should
596 * only use them for the same purposes that the other versions of tcpdump
599 * OS X tcpdump uses -g to force non--v output for IP to be on one
602 * OS X tcpdump uses -k tospecify that packet comments in pcap-ng files
605 * OpenBSD tcpdump uses -o to indicate that OS fingerprinting should be done
608 * OS X tcpdump uses -P to indicate that -w should write pcap-ng rather
611 * OS X tcpdump also uses -Q to specify expressions that match packet
614 tcpdump, but the
679 * tcpdump --verbose --verbose
743 fprintf(stderr, "tcpdump: Chroot without dropping root is insecure\n");
751 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n",
767 fprintf(stderr, "tcpdump: Couldn't change to '%.32s' uid=%lu gid=%lu: %s\n",
780 fprintf(stderr, "tcpdump: Couldn't find user '%.32s'\n",
957 * Tcpdump uses ftell() to determine how much data has been written
970 * using it, so that Capsicum-capable tcpdump wouldn't need to do
979 * seeking should be allowed, so that tcpdump doesn't need to know
1065 * misaligned accesses are bugs, and we want tcpdump to crash so
1072 smiInit("tcpdump");
1174 * printed by "tcpdump -D".
1807 * to allow tcpdump to be run in a special restricted
1810 * you'd make tcpdump set-UID or set-GID).
1812 * Tcpdump doesn't necessarily write only to one savefile;
1952 * When capturing to a file, "-v" means tcpdump should,
2560 char WDversion[]="current-git.tcpdump.org";
2562 char version[]="current-git.tcpdump.org";
2564 char pcap_version[]="current-git.tcpdump.org";
2631 (void)fprintf(stderr, "%s version %s, based on tcpdump version %s\n", program_name, WDversion, version);
2638 (void)fprintf(stderr, "%s version %s, based on tcpdump version %s\n", program_name, WDversion, version);