Guy Harris <[EMAIL PROTECTED]> wrote on Wed, 26 Feb 2003
at 13:55:17 -0800 in <[EMAIL PROTECTED]>:

> > tcpdump -w - | gzip -c > foo.tcpdump.gz
> 
> ...although if you ^C out of the tcpdump run, it also ^C's out of the
> gzip run, and, at least the one time I tried that, the resulting gzipped
> file was corrupt.

tcpdump -w - | ( gzip > foo&)

appears to work fine, at least for me. Perhaps this should go in the
EXAMPLES section of the manpage and then we're done?

--jhawk
-
This is the TCPDUMP workers list. It is archived at
http://www.tcpdump.org/lists/workers/index.html
To unsubscribe use mailto:[EMAIL PROTECTED]

Reply via email to