Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/dfilter scanner.l

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

From: guy@xxxxxxxxxxxx (Guy Harris)
Date: Thu, 3 Jun 2004 02:17:25 -0500 (CDT)
guy         2004/06/03 02:17:24 CDT

  Modified files:
    epan/dfilter         scanner.l 
  Log:
  From Graeme Hewson:
  
       Use gint32 instead of guint32 and strtol() instead of strtoul()
       for signed integers.
  
       Pathological slice specifications could cause Flex default rule
       to be invoked, echoing characters to stdout.
       Example: frame[0foo]==1
  
  Revision  Changes    Path
  1.19      +26 -7     ethereal/epan/dfilter/scanner.l