Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-atalk.c packet-ftp.c packet-http.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: Mon, 13 Nov 2000 02:58:36 -0600 (CST)
guy         2000/11/13 02:58:34 CST

  Modified files:
    .                    packet-atalk.c packet-ftp.c packet-http.c 
                         packet-nbipx.c packet-nntp.c packet-pop.c 
                         packet-rsh.c packet-rtsp.c packet-sdp.c 
                         packet-smtp.c packet-telnet.c 
                         packet-tftp.c 
  Log:
  Use "tvb_offset_exists()" rather than "tvb_length_remaining()" to check
  whether there's any data left in the tvbuff starting at a specified
  offset.
  
  Revision  Changes    Path
  1.43      +2 -2      ethereal/packet-atalk.c
  1.22      +2 -2      ethereal/packet-ftp.c
  1.26      +2 -2      ethereal/packet-http.c
  1.26      +3 -3      ethereal/packet-nbipx.c
  1.15      +2 -2      ethereal/packet-nntp.c
  1.19      +2 -2      ethereal/packet-pop.c
  1.6       +2 -2      ethereal/packet-rsh.c
  1.25      +2 -2      ethereal/packet-rtsp.c
  1.15      +2 -2      ethereal/packet-sdp.c
  1.11      +3 -3      ethereal/packet-smtp.c
  1.20      +4 -4      ethereal/packet-telnet.c
  1.17      +2 -2      ethereal/packet-tftp.c