chg: [pibs] Show created pcap file

master
Gerard Wagener 2019-03-19 09:56:21 +01:00
parent 4931005149
commit 5c5f88f02d
1 changed files with 1 additions and 0 deletions

View File

@ -556,6 +556,7 @@ int main(int argc, char* argv[])
}
if (pibs->should_writepcap) {
pcap_dump_close(pibs->dumper);
printf("[INFO] Created pcap file %s\n", pibs->outputfile);
}
return EXIT_FAILURE;
}