Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-smb.c packet-rip.c packet-pptp.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Thu, 26 Aug 1999 02:34:51 -0500 (CDT)
guy         1999/08/26 02:34:48 CDT

  Modified files:
    .                    packet-smb.c packet-rip.c packet-pptp.c 
                         packet-ospf.c packet-isakmp.c 
                         packet-gre.c packet-giop.c packet-bootp.c 
  Log:
  Convert a bunch of uses of "fd->cap_len" to use "pi.captured_len" (or to
  use END_OF_FRAME), so that they don't look at stuff in an IP datagram
  past the end of the IP datagram (i.e., frame padding).
  
  Revision  Changes    Path
  1.24      +2 -2      ethereal/packet-smb.c
  1.12      +3 -3      ethereal/packet-rip.c
  1.4       +2 -2      ethereal/packet-pptp.c
  1.13      +11 -11    ethereal/packet-ospf.c
  1.8       +2 -2      ethereal/packet-isakmp.c
  1.5       +2 -2      ethereal/packet-gre.c
  1.5       +4 -4      ethereal/packet-giop.c
  1.19      +2 -2      ethereal/packet-bootp.c