Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-afp.c packet-gvrp.c packet-ipsec.c pa

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, 30 May 2002 00:26:07 -0500 (CDT)
guy         2002/05/30 00:26:07 CDT

  Modified files:
    .                    packet-afp.c packet-gvrp.c packet-ipsec.c 
                         packet-ospf.c 
  Log:
  Don't pass "tvb_reported_length_remaining(tvb, offset)" as the fourth
  argument to "tvb_new_subset()" - just use -1 if the subset tvbuff is to
  run to the end of the parent tvbuff.
  
  Revision  Changes    Path
  1.16      +5 -3      ethereal/packet-afp.c
  1.11      +18 -8     ethereal/packet-gvrp.c
  1.40      +7 -3      ethereal/packet-ipsec.c
  1.68      +3 -2      ethereal/packet-ospf.c