Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan plugins.c proto.c proto.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: Tue, 29 Apr 2003 16:27:15 -0500 (CDT)
guy         2003/04/29 16:27:15 CDT

  Modified files:
    epan                 plugins.c proto.c proto.h 
  Log:
  Add a "proto_item_set_end()" routine that sets the length of an item
  given a tvbuff/offset pair referring to the byte past the end of the
  item.  Use it in one place in the SMB dissector (there are plenty of
  other places where it could be used as well).
  
  Revision  Changes    Path
  1.66      +3 -2      ethereal/epan/plugins.c
  1.83      +20 -1     ethereal/epan/proto.c
  1.39      +10 -1     ethereal/epan/proto.h