HomeSort by: relevance | last modified time | path
    Searched defs:pcapfile (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/shmif_dumpbus/
shmif_dumpbus.c 67 fprintf(stderr, "Usage: %s [-h] [-p pcapfile] buspath\n",
121 const char *pcapfile = NULL; local in function:main
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)
    [all...]
shmif_dumpbus.c 67 fprintf(stderr, "Usage: %s [-h] [-p pcapfile] buspath\n",
121 const char *pcapfile = NULL; local in function:main
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)
    [all...]

Completed in 21 milliseconds