Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-bpdu.c packet-cdp.c packet-chdlc.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: Wed, 29 May 2002 20:56:59 -0500 (CDT)
guy         2002/05/29 20:56:58 CDT

  Modified files:
    .                    packet-bpdu.c packet-cdp.c packet-chdlc.c 
                         packet-clnp.c packet-dsi.c packet-http.c 
                         packet-icap.c packet-ieee80211.c 
                         packet-ip.c packet-ipp.c packet-rtp.c 
                         packet-snmp.c packet-tns.c packet-vines.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.36      +4 -2      ethereal/packet-bpdu.c
  1.45      +3 -2      ethereal/packet-cdp.c
  1.13      +3 -2      ethereal/packet-chdlc.c
  1.55      +9 -6      ethereal/packet-clnp.c
  1.22      +4 -2      ethereal/packet-dsi.c
  1.48      +6 -3      ethereal/packet-http.c
  1.8       +2 -1      ethereal/packet-icap.c
  1.62      +4 -2      ethereal/packet-ieee80211.c
  1.166     +7 -4      ethereal/packet-ip.c
  1.31      +6 -3      ethereal/packet-ipp.c
  1.34      +4 -2      ethereal/packet-rtp.c
  1.93      +3 -2      ethereal/packet-snmp.c
  1.30      +7 -3      ethereal/packet-tns.c
  1.41      +4 -3      ethereal/packet-vines.c