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: Sun, 14 Jul 2002 03:57:57 -0500 (CDT)
guy         2002/07/14 03:57:57 CDT

  Modified files:
    .                    packet-vj.c 
  Log:
  Make the reported length of the VJ-uncompressed tvbuff the reported
  length of the data in the PPP packet, not the value from the IP header,
  just in case there's extra crap at the end.  (That appears to be the
  case in at least one pppdump capture filel; that's probably either a bug
  in the version of pppdump that produced the capture or in the pppdump
  reading code, but, until we fix that, if we can, let's at least get this
  right, so that the reported length of the tvbuff won't be less than the
  length unless that was the case for the tvbuff handed to us.)
  
  Revision  Changes    Path
  1.13      +2 -2      ethereal/packet-vj.c