Hi Roland,
Roland Stigge writes:
> 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 o
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 mai
2 matches
Mail list logo