Ethereal-dev: Re: [Ethereal-dev] Conversations list - IPX filter not set correctly.

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

From: "Greg Morris" <gmorris@xxxxxxxxxx>
Date: Thu, 18 Sep 2003 12:00:13 -0600
Sorry, below the syntax for the ipx.net s/b
 
ipx.net==0x043432 and ipx.node==00:00:00:00:00:01

>>> "Greg Morris" <gmorris@xxxxxxxxxx> 9/18/2003 11:55:27 AM >>>
The filter is created as
 
ipx.node==043432.000000000001.
 
This is invalid s/b
 
ipx.net==043432 AND ipx.node==00:00:00:00:00:01
 
Greg