Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal dfilter-grammar.y

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: Mon, 11 Oct 1999 02:06:52 -0500 (CDT)
guy         1999/10/11 02:06:48 CDT

  Modified files:
    .                    dfilter-grammar.y 
  Log:
  Solaris 7 (and perhaps other OSes) lack INADDR_NONE; it doesn't matter
  what we set "node->value.numeric" to if we failed to convert a string to
  an IP address (that failure means "dfilter_compile()" will throw the
  filter away and return NULL), so just set it to 0.
  
  Revision  Changes    Path
  1.23      +5 -2      ethereal/dfilter-grammar.y