mcr / tcpdump

the TCPdump network dissector. now moved to:
https://github.com/the-tcpdump-group/tcpdump
Other
84 stars 2 forks source link

Multifile support #28

Closed wxsBSD closed 12 years ago

wxsBSD commented 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.