• Home
  • Raw
  • Download

Lines Matching refs:stderr

316 	(void) fprintf(stderr, "Data link types (use option -y to set):\n");  in show_dlts_and_exit()
321 (void) fprintf(stderr, " %s (%s)", dlt_name, in show_dlts_and_exit()
328 (void) fprintf(stderr, " (not supported)"); in show_dlts_and_exit()
331 (void) fprintf(stderr, " DLT %d (not supported)\n", in show_dlts_and_exit()
379 fprintf(stderr, "tcpdump: Chroot without dropping root is insecure\n"); in droproot()
387 fprintf(stderr, "tcpdump: Couldn't chroot/chdir to '%.64s': %s\n", in droproot()
394 fprintf(stderr, "tcpdump: Couldn't change to '%.32s' uid=%lu gid=%lu: %s\n", in droproot()
403 fprintf(stderr, "tcpdump: Couldn't find user '%.32s'\n", in droproot()
649 (void)fprintf(stderr, "%s: ignoring option `-m %s' ", in main()
651 (void)fprintf(stderr, "(no libsmi support)\n"); in main()
849 fprintf(stderr, "Warning: setgid/setuid failed !\n"); in main()
857 fprintf(stderr, "reading from file %s, link-type %u\n", in main()
860 fprintf(stderr, in main()
878 fprintf(stderr, "%s: listening on %ws\n", program_name, device); in main()
882 fprintf(stderr, "%s: listening on %s\n", program_name, device); in main()
885 fflush(stderr); in main()
898 fprintf(stderr, "Warning: setgid/setuid failed !\n"); in main()
923 (void)fprintf(stderr, "%s: data link type %s\n", in main()
925 (void)fflush(stderr); in main()
1022 setvbuf(stderr, NULL, _IONBF, 0); in main()
1035 (void)fprintf(stderr, in main()
1039 (void)fprintf(stderr, "%s: ", program_name); in main()
1043 (void)fprintf(stderr, "listening on %s, link-type %u, capture size %u bytes\n", in main()
1046 (void)fprintf(stderr, "listening on %s, link-type %s (%s), capture size %u bytes\n", in main()
1050 (void)fflush(stderr); in main()
1073 (void)fprintf(stderr, "%s: pcap_loop: %s\n", in main()
1134 (void)fprintf(stderr, "pcap_stats: %s\n", pcap_geterr(pd)); in info()
1139 fprintf(stderr, "%s: ", program_name); in info()
1141 (void)fprintf(stderr, "%u packets captured", packets_captured); in info()
1143 fputs(", ", stderr); in info()
1145 putc('\n', stderr); in info()
1146 (void)fprintf(stderr, "%d packets received by filter", stat.ps_recv); in info()
1148 fputs(", ", stderr); in info()
1150 putc('\n', stderr); in info()
1151 (void)fprintf(stderr, "%d packets dropped by kernel\n", stat.ps_drop); in info()
1372 fprintf(stderr, "Got %u\r", packets_captured); in verbose_stats_dump()
1380 fprintf(stderr, "Got %u\r", packets_captured); in verbose_stats_dump()
1399 …(void)fprintf(stderr, "%s version %s, based on tcpdump version %s\n", program_name, WDversion, ver… in usage()
1401 (void)fprintf(stderr, "%s version %s\n", program_name, version); in usage()
1403 (void)fprintf(stderr, "%s\n",pcap_lib_version()); in usage()
1406 …(void)fprintf(stderr, "%s version %s, based on tcpdump version %s\n", program_name, WDversion, ver… in usage()
1407 …(void)fprintf(stderr, "WinPcap version %s, based on libpcap version %s\n",Wpcap_version, pcap_vers… in usage()
1409 (void)fprintf(stderr, "%s version %s\n", program_name, version); in usage()
1410 (void)fprintf(stderr, "libpcap version %s\n", pcap_version); in usage()
1413 (void)fprintf(stderr, in usage()
1415 (void)fprintf(stderr, in usage()
1417 (void)fprintf(stderr, in usage()
1419 (void)fprintf(stderr, in usage()
1421 (void)fprintf(stderr, in usage()
1434 (void)fprintf(stderr, "%s: ", program_name); in ndo_error()
1436 (void)vfprintf(stderr, fmt, ap); in ndo_error()
1441 (void)fputc('\n', stderr); in ndo_error()
1453 (void)fprintf(stderr, "%s: WARNING: ", program_name); in ndo_warning()
1455 (void)vfprintf(stderr, fmt, ap); in ndo_warning()
1460 (void)fputc('\n', stderr); in ndo_warning()