Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan epan.c epan.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, 9 Sep 2002 16:04:11 -0500 (CDT)
guy         2002/09/09 16:04:10 CDT

  Modified files:
    epan                 epan.c epan.h 
  Log:
  "dfilter_prime_proto_tree()" doesn't modify the "dfilter_t" to which
  it's handed a pointer, which means that "epan_dissect_prime_dfilter()"
  doesn't do so either; make that argument a "const dfilter_t *" in both
  cases.
  
  Revision  Changes    Path
  1.21      +2 -3      ethereal/epan/epan.c
  1.14      +2 -3      ethereal/epan/epan.h