Home | History | Annotate | Download | only in tcpdump

Lines Matching refs:tcpdump

33     "@(#) $Header: /tcpdump/master/tcpdump/tcpdump.c,v 1.253.2.13 2007/09/12 19:48:51 guy Exp $ (LBL)";
37 * tcpdump - monitor tcp/ip traffic on an ethernet.
48 #include <tcpdump-stdinc.h>
325 * OK, does tcpdump handle that type?
379 fprintf(stderr, "tcpdump: Chroot without dropping root is insecure\n");
387 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n",
394 fprintf(stderr, "tcpdump: Couldn't change to '%.32s' uid=%lu gid=%lu: %s\n",
403 fprintf(stderr, "tcpdump: Couldn't find user '%.32s'\n",
499 smiInit("tcpdump");
586 * printed by "tcpdump -D".
1015 * When capturing to a file, "-v" means tcpdump should,
1329 char WDversion[]="current-cvs.tcpdump.org";
1331 char version[]="current-cvs.tcpdump.org";
1333 char pcap_version[]="current-cvs.tcpdump.org";
1399 (void)fprintf(stderr, "%s version %s, based on tcpdump version %s\n", program_name, WDversion, version);
1406 (void)fprintf(stderr, "%s version %s, based on tcpdump version %s\n", program_name, WDversion, version);