Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan proto.c proto.h

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

From: Gilbert Ramirez Jr. <gram@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 6 Dec 2001 21:39:27 -0600 (CST)
gram        2001/12/06 21:39:27 CST

  Modified files:
    epan                 proto.c proto.h 
  Log:
  Dfilter code finds field under *any* parent's subtree, not just
  the parent under which the field was registered.
  
  This is the *unoptimized* version, to give developers something
  to use while the optimized version is being created.
  
  Revision  Changes    Path
  1.47      +4 -27     ethereal/epan/proto.c
  1.24      +5 -5      ethereal/epan/proto.h