View Single Post
  #2 (permalink)  
Old 07-06-2008, 07:56 AM
admin admin is offline
Administrator
 
Join Date: May 2008
Location: http://www.google.com
Posts: 50
Default

HI to capture snoop at a particular ip you can use the following options with snoop

Code:
snoop -o output.cap dst ip 192.168.2.20 or src ip 192.168.4.3
modify the src and dst ip with the addresses that you are trying to monitor
Reply With Quote