Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-icmpv6.c packet-ppp.c packet-x25.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: Sun, 23 Jan 2000 21:51:42 -0600 (CST)
guy         2000/01/23 21:51:39 CST

  Modified files:
    .                    packet-icmpv6.c packet-ppp.c packet-x25.c 
  Log:
  Fix a bunch of dissectors to use "pi.captured_len" rather than
  "fd->cap_len" for the frame length - or to use macros such as
  "BYTES_ARE_IN_FRAME()", "IS_DATA_IN_FRAME()", and "END_OF_FRAME", which
  use "pi.captured_len" - so that they correctly handle frames where the
  actual data length of the packet is less than the size of the raw frame,
  e.g. with encapsulations such as ISL.
  
  Revision  Changes    Path
  1.13      +2 -2      ethereal/packet-icmpv6.c
  1.26      +2 -2      ethereal/packet-ppp.c
  1.15      +37 -37    ethereal/packet-x25.c