Searched refs:dumpf (Results 1 – 1 of 1) sorted by relevance
159 char *dumpf, buf[BUFMAX]; in main() local195 dumpf = av[optind]; in main()197 if (debug) fprintf(stderr, "bind to %d.\ndump to '%s'.\n", portnum, dumpf); in main()215 dp = pcap_dump_open(p, dumpf); in main()217 pcap_perror(p, dumpf); in main()294 if (pcap_dump_flush(dp) == -1) { pcap_perror(p, dumpf); quit(14); } in main()