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

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, 21 Jan 2002 01:37:39 -0600 (CST)
guy         2002/01/21 01:37:39 CST

  Modified files:
    epan/dfilter         dfilter-int.h dfilter.c dfilter.h dfvm.h 
                         gencode.c semcheck.c sttype-range.c 
  Log:
  Include files from the "epan" directory and subdirectories thereof with
  "epan/..." pathnames, so as to avoid collisions with header files in any
  of the directories in which we look (e.g., "proto.h", as some other
  package has its own "proto.h" file which it installs in the top-level
  include directory).
  
  Don't add "-I" flags to search "epan", as that's no longer necessary
  (and we want includes of "epan" headers to fail if the "epan/" is left
  out, so that we don't re-introduce includes lacking "epan/").
  
  Revision  Changes    Path
  1.5       +3 -4      ethereal/epan/dfilter/dfilter-int.h
  1.7       +3 -4      ethereal/epan/dfilter/dfilter.c
  1.4       +4 -5      ethereal/epan/dfilter/dfilter.h
  1.4       +3 -4      ethereal/epan/dfilter/dfvm.h
  1.5       +3 -4      ethereal/epan/dfilter/gencode.c
  1.8       +3 -3      ethereal/epan/dfilter/semcheck.c
  1.4       +3 -4      ethereal/epan/dfilter/sttype-range.c