Lines Matching defs:pcapfile
67 fprintf(stderr, "Usage: %s [-h] [-p pcapfile] buspath\n",
121 const char *pcapfile = NULL;
139 pcapfile = optarg;
186 if (pcapfile && strcmp(pcapfile, "-") == 0)
198 if (pcapfile) {
200 pdump = pcap_dump_open(pcap, pcapfile);
203 "Cannot open pcap dump file `%s': %s", pcapfile,
265 if (!pcapfile) {
285 if (pcapfile)