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

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxx>
Date: Fri, 13 Jun 2003 02:27:46 -0500 (CDT)
guy         2003/06/13 02:27:46 CDT

  Modified files:
    epan/dfilter         semcheck.c 
  Log:
  Add some sanity checking for ranges, so that you can't say "foo[M-N]"
  where N is less than or equal to M.
  
  Revision  Changes    Path
  1.16      +66 -1     ethereal/epan/dfilter/semcheck.c