Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter dfilter-int.h dfilter.c scanner

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 02:55:34 -0500 (CDT)
guy         2002/04/29 02:55:33 CDT

  Modified files:
    epan/dfilter         dfilter-int.h dfilter.c scanner.l 
  Log:
  Move the code to build the balanced tree of fields into "proto_init()",
  move the code from "dfilter_lookup_token()" into
  "proto_registrar_get_byname()", and get rid of "dfilter_lookup_token()"
  and have its callers call "proto_registrar_get_byname()" instead.
  
  Revision  Changes    Path
  1.6       +1 -6      ethereal/epan/dfilter/dfilter-int.h
  1.9       +1 -94     ethereal/epan/dfilter/dfilter.c
  1.7       +3 -4      ethereal/epan/dfilter/scanner.l