|
From: Juan T. <to...@us...> - 2001-07-10 15:34:48
|
On Tue, Jul 10, 2001 at 11:25:09AM -0400, Vaughn D. Sinclair wrote: > How can I capture data to a file ? > You don't use EtherApe itself. Instead use tcpdump, or Ethereal (save in libpcap format). For example, tcpdump -w capture.dat -s 200 Will get you 200 bytes out of every network packet into capture.dat Regards, Juan. -- EtherApe, a graphical network monitor modeled after etherman http://etherape.sourceforge.net/ |