Closed wxsBSD closed 12 years ago
As discussed on the mailing list this adds support for reading multiple files at once either via stdin or via a file.
Example usage:
find /pcaps -type f | tcpdump -V -
find /pcaps -type f > files; tcpdump -V files
If using the -w option and the DLT of any subsequent files does not match the original processing will stop.
As discussed on the mailing list this adds support for reading multiple files at once either via stdin or via a file.
Example usage:
find /pcaps -type f | tcpdump -V -
find /pcaps -type f > files; tcpdump -V files
If using the -w option and the DLT of any subsequent files does not match the original processing will stop.