Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan/ftypes ftype-integer.c ftypes.h

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

  Modified files:
    epan/ftypes          ftype-integer.c ftypes.h 
  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.11      +28 -1     ethereal/epan/ftypes/ftype-integer.c
  1.15      +2 -1      ethereal/epan/ftypes/ftypes.h