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: Tue, 8 May 2001 20:22:47 -0500 (CDT)
guy         2001/05/08 20:22:47 CDT

  Modified files:
    epan                 proto.c 
  Log:
  When generating a filter expression to match a protocol tree line not
  corresponding to a named field, by matching stuff at a particular offset
  in the frame, don't treat a length of 1 byte specially - the syntax for
  a one-byte byte string is the same as for longer byte strings, with no
  leading "0x" allowed.
  
  Clean up white space.
  
  Revision  Changes    Path
  1.27      +36 -39    ethereal/epan/proto.c