Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal/doc ethereal.pod.template

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

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Mon, 15 Nov 1999 00:32:56 -0600 (CST)
gram        1999/11/15 00:32:48 CST

  Modified files:
    doc                  ethereal.pod.template 
  Log:
  Add "class" that understands IPv4 addresses and subnet masks.
  We now store IPv4 addresses in host order, allowing non-equivalence
  comparisons. That is, display filters with lt, le, gt, and ge will work
  on big-endian and little-endian machines.
  
  CIDR notation is now supported for IPv4 addresses in display filters.
  You can test to see if an IPv4 address is on a certain subnet by using
  this notation. For example, to test for IPv4 packets on a Class-C network:
  
  	ip.addr == 192.168.1.0/24
  
  Revision  Changes    Path
  1.36      +19 -0     ethereal/doc/ethereal.pod.template