Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:tcpdump

33     "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.283 2008-09-25 21:45:50 guy Exp $ (LBL)";
37 * tcpdump - monitor tcp/ip traffic on an ethernet.
48 #include <tcpdump-stdinc.h>
463 * OK, does tcpdump handle that type?
542 fprintf(stderr, "tcpdump: Chroot without dropping root is insecure\n");
550 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n",
570 fprintf(stderr, "tcpdump: Couldn't change to '%.32s' uid=%lu gid=%lu: %s\n",
580 fprintf(stderr, "tcpdump: Couldn't find user '%.32s'\n",
748 smiInit("tcpdump");
861 * printed by "tcpdump -D".
1437 * to allow tcpdump to be run in a special restricted
1440 * you'd make tcpdump set-UID or set-GID).
1442 * Tcpdump doesn't necessarily write only to one savefile;
1534 * When capturing to a file, "-v" means tcpdump should,
2045 char WDversion[]="current-cvs.tcpdump.org";
2047 char version[]="current-cvs.tcpdump.org";
2049 char pcap_version[]="current-cvs.tcpdump.org";
2115 (void)fprintf(stderr, "%s version %s, based on tcpdump version %s\n", program_name, WDversion, version);
2122 (void)fprintf(stderr, "%s version %s, based on tcpdump version %s\n", program_name, WDversion, version);