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

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: Thu, 19 Apr 2001 18:21:45 -0500 (CDT)
guy         2001/04/19 18:21:45 CDT

  Modified files:
    epan                 proto.c 
  Log:
  Don't allow BASE_NONE to be used with FT_INTn and FT_UINTn variables -
  you have to select a base (even before this change, you had to select
  one, otherwise the filter-construction GUI would crash if you selected
  an FT_INTn or FT_UINTn field with BASE_NONE and then selected a
  comparison operator).
  
  Revision  Changes    Path
  1.23      +1 -6      ethereal/epan/proto.c