Home | History | Annotate | Download | only in tcpdump

Lines Matching defs:error

258  *  get a proper output - returns 0 on error
265 printf("%sDissector error: print_unknown_data called with negative length",
272 printf("%sDissector error: print_unknown_data called with pointer past end of packet",
473 error(const char *fmt, ...)
527 error("copy_argv: malloc");
560 error("can't open %s: %s", fname, pcap_strerror(errno));
563 error("can't stat %s: %s", fname, pcap_strerror(errno));
567 error("malloc(%d) for %s: %s", (u_int)buf.st_size + 1,
571 error("read %s: %s", fname, pcap_strerror(errno));
573 error("short read %s (%d != %d)", fname, cc, (int)buf.st_size);