feature: packet I/O suppport dumpfile list mode
This commit is contained in:
@@ -26,7 +26,7 @@ struct packet_io *packet_io_new(struct packet_io_options *opts)
|
||||
}
|
||||
else
|
||||
{
|
||||
packet_io->dumpfile = dumpfile_io_new(opts->dumpfile_dir, opts->nr_threads);
|
||||
packet_io->dumpfile = dumpfile_io_new(opts->dumpfile_path, packet_io->mode, opts->nr_threads);
|
||||
}
|
||||
if (packet_io->marsio == NULL && packet_io->dumpfile == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user