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: Wed, 18 Dec 2002 20:58:48 -0600 (CST)
guy         2002/12/18 20:58:48 CST

  Modified files:
    epan                 proto.c 
  Log:
  Add a new field type FT_FRAMENUM; an FT_FRAMENUM is a 32-bit unsigned
  frame number, which is always decimal.  If you select an FT_FRAMENUM
  field, there are menu items that let you go to the frame whose frame
  number appears in that field.
  
  Add FT_FRAMENUM fields for the ONC RPC "matching request is in this
  frame" and "matching reply is in this frame" protocol tree items.
  
  Revision  Changes    Path
  1.78      +104 -77   ethereal/epan/proto.c