Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bacnet.c packet-gmrp.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, 29 May 2002 21:04:44 -0500 (CDT)
guy         2002/05/29 21:04:44 CDT

  Modified files:
    .                    packet-bacnet.c packet-gmrp.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.11      +3 -2      ethereal/packet-bacnet.c
  1.6       +24 -8     ethereal/packet-gmrp.c