Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal/epan packet.c packet_info.h 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: Thu, 15 Nov 2001 04:58:52 -0600 (CST)
guy         2001/11/15 04:58:52 CST

  Modified files:
    epan                 packet.c packet_info.h proto.c proto.h 
                         tvbuff.h 
  Log:
  Get rid of NullTVB, the "compat_top_tvb" member of the "packet_info"
  structure, the check for a null tvbuff pointer in "alloc_field_info()",
  and the "tvb_create_from_top()" macro; they're no longer needed, as
  there's no non-tvbuffified dissector code remaining.
  
  Revision  Changes    Path
  1.38      +1 -3      ethereal/epan/packet.c
  1.9       +1 -2      ethereal/epan/packet_info.h
  1.42      +2 -9      ethereal/epan/proto.c
  1.20      +1 -4      ethereal/epan/proto.h
  1.19      +2 -5      ethereal/epan/tvbuff.h