tcpdump mailing list archives
Re: gzip and tcpdump...
From: Darren Reed <darrenr () reed wattle id au>
Date: Wed, 26 Feb 2003 23:34:53 +1100 (EST)
In some email I received from Guy Harris, sie wrote:
On Tue, Feb 25, 2003 at 03:12:30PM -0500, Matt Bing wrote:rmkml said:Why gzip is not included in tcpdump ?gzcat works like a charm: $ gzcat mypcap.gz | tcpdump -nr - 16:00:30.403793 10.2.2.240.21 > 172.16.2.130.33560: . ack 1238 win 31740 <nop,nop,timestamp 285487358 52170951> (DF) [tos 0x10]....but not on output: tcpdump -w - | gzcat hostname$ tcpdump -w - | gzcat
What you're looking for yere is: tcpdump -w - | gzip -c > foo.tcpdump.gz Darren - 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:
- gzip and tcpdump... rmkml (Feb 25)
- Re: gzip and tcpdump... Matt Bing (Feb 25)
- Re: gzip and tcpdump... Guy Harris (Feb 25)
- Re: gzip and tcpdump... Darren Reed (Feb 26)
- Re: gzip and tcpdump... Guy Harris (Feb 26)
- Re: gzip and tcpdump... John Hawkinson (Feb 26)
- Re: gzip and tcpdump... Matt Bing (Feb 26)
- Re: gzip and tcpdump... Guy Harris (Feb 25)
- Re: gzip and tcpdump... Matt Bing (Feb 25)
- Re: gzip and tcpdump... Rob Braun (Feb 25)
- RE: gzip and tcpdump... Fulvio Risso (Feb 25)
- <Possible follow-ups>
- Re: gzip and tcpdump... Maik Pfeil (Feb 26)
- Re: gzip and tcpdump... arbon (Feb 26)
