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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 12 Aug 1999 16:16:38 -0500 (CDT)
guy         1999/08/12 16:16:35 CDT

  Modified files:
    .                    dfilter.c dfilter-scanner.l 
                         dfilter-grammar.y dfilter.h 
  Added files:
    .                    dfilter-int.h 
  Log:
  Create a "dfilter-int.h" file, containing stuff used internally to the
  display filter code but not outside it (and not static to one of the
  modules in the display filter code), with most of that stuff moved there
  from "dfilter.h".
  
  Add a declaration of "byte_str_to_guint8_array()" to "dfilter-int.h".
  
  Revision  Changes    Path
  1.8       +2 -1      ethereal/dfilter.c
  1.6       +3 -4      ethereal/dfilter-scanner.l
  1.8       +3 -4      ethereal/dfilter-grammar.y
  1.6       +1 -74     ethereal/dfilter.h