ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Ethereal-users: Re: [Ethereal-users] Filter

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxx>
Date: Fri, 21 Jun 2002 11:43:20 -0700
On Fri, Jun 21, 2002 at 10:08:28AM -0500, Beatriz Silva wrote:
> How can I filter only OSPF packets with ethereal.

Either

	1) add the line

	ospf		89	OSPF		# Open Shortest Path First

	   to "/etc/protocols" if you're on a UNIX system, or to
	   "C:\WINNT\system32\drivers\etc\protocol" on Windows
	   NT/2K/XP/.NET Server, or wherever that file is (if it exists)
	   on Windows 95/98/Me, and use

		ip proto ospf

or

	2) just say

		ip proto 89