Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter dfilter.c dfilter.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:21 -0500 (CDT)
guy         2002/09/09 16:04:20 CDT

  Modified files:
    epan/dfilter         dfilter.c dfilter.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.12      +2 -2      ethereal/epan/dfilter/dfilter.c
  1.7       +2 -2      ethereal/epan/dfilter/dfilter.h