On Thu, Nov 02, 2006 at 09:44:36AM -0500, stan wrote: > > How can I set up a filter to capture all OSPF packets seen on a given > interface? OSPF is using it's own protocol on top of IP, you can use the capture filter "proto 89" to capture only ospf packets. Hope this helps, Cheers, Sake