Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-rsvp.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 17:55:32 -0500 (CDT)
guy         2001/04/19 17:55:32 CDT

  Modified files:
    .                    packet-rsvp.c 
  Log:
  FT_UINTn and FT_INTn fields must always have a base selected for them;
  otherwise, the filtering GUI gets very upset when you try to construct a
  filter expression to test the value of that field.  Make some of them
  that are really Booleans ("is there an object of this class in the
  packet?") FT_BOOLEAN, and give others BASE_DEC, for now.
  
  Give the hidden field for the RSVP object class to have a name (so it
  shows up as "Object class" in the filtering GUI).
  
  Revision  Changes    Path
  1.37      +33 -33    ethereal/packet-rsvp.c