Hi,

you can do like this:

# tcpdump -i eth0 -w - | tee outout.pcap | tcpdump -r

Works fine and is the traditional Unix approach: Use existing small
tools and combine them (e.g. via a pipe), instead of re-implementing the
features of one of them into the other.

Romain, for you as the package maintainer, I suggest you can safely
close this bug, since a simple solution is already available.

Thanks,

Roland


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to