Ethereal-users: Re: [Ethereal-users] invert match

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

From: "M.C. van den Bovenkamp" <marco@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 27 May 2002 18:53:28 +0200
Karoly VEGH wrote:

> mx1new:~# tethereal -f ssh
> tethereal: Unable to parse filter string (parse error).
> mx1new:~# tethereal -f 'ssh'
> tethereal: Unable to parse filter string (parse error).
> mx1new:~# tethereal -f '(ssh)'
> tethereal: Unable to parse filter string (parse error).
> mx1new:~#

'ssh' is not a known protocol, it's a TCP port. Try "tethereal -f 'tcp
port !ssh'", or "tethereal -f 'tcp port !22'

		Regards,

			Marco.