chg: [pibs] Show created pcap file
parent
4931005149
commit
5c5f88f02d
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue