View Single Post

   
  #2 (permalink)  
Old 01-16-2008, 08:55 AM
Scott Howard
 
Posts: n/a
Default Re: exporting snoop output to a .cap

In comp.unix.solaris Veni <inveni@hotmail.com> wrote:
> I'd like to know if we can use snoop and export the capture in a format
> (like *cap) which can be read by a packet analyser like Etheral or perhaps
> EtherDetect. I may not have permission to install etheral on one of my
> servers but would like to capture the packets and
> export it for analysis of snmp packets. thanks for any advice.


Ethereal will read snoop output files, so just :
snoop -o /tmp/snoop.output

Scott
Reply With Quote