tcpdump mailing list archives

Re: gzip and tcpdump...


From: John Hawkinson <jhawk () mit edu>
Date: Wed, 26 Feb 2003 17:13:01 -0500

Guy Harris <guy () netapp com> wrote on Wed, 26 Feb 2003
at 13:55:17 -0800 in <20030226135517.C28927 () cranford netapp com>:

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:tcpdump-workers-request () tcpdump org?body=unsubscribe


Current thread: