Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-vj.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: Mon, 15 Jul 2002 04:56:04 -0500 (CDT)
guy         2002/07/15 04:56:04 CDT

  Modified files:
    .                    packet-vj.c 
  Log:
  The mysterious two bytes were just the FCS.  Use the length field from
  the IP header as the reported length again, but make the actual length
  be the minimum of the length of the tvbuff and the reported length, just
  to keep from having a weird tvbuff that has more data than the packet
  has.
  
  Revision  Changes    Path
  1.14      +12 -2     ethereal/packet-vj.c