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: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 29 Apr 2002 02:55:32 -0500 (CDT)
guy         2002/04/29 02:55:32 CDT

  Modified files:
    epan                 proto.c proto.h 
  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.67      +83 -21    ethereal/epan/proto.c
  1.31      +2 -2      ethereal/epan/proto.h