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: Ed Warnicke <hagbard@xxxxxxxxxxxxxxxxxxx>
Date: Thu, 19 Apr 2001 22:59:11 -0500 (CDT)
hagbard     2001/04/19 22:59:11 CDT

  Modified files:
    epan                 proto.c 
  Log:
  Put BASE_NONE back into the FT_INTn and FT_UINTn display functions
  with useful error messages.  Some dissector are registering
  FT_INTn or FT_UINTn fields with BASE_NONE.  Now when ethereal dies
  because of it the offending field will be identified so that it
  can be fixed.
  
  Revision  Changes    Path
  1.24      +27 -2     ethereal/epan/proto.c