Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-ppp.c 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, 19 May 2002 19:56:31 -0500 (CDT)
guy         2002/05/19 19:56:31 CDT

  Modified files:
    .                    packet-ppp.c packet-vj.c 
  Log:
  Don't include the FCS in the tvbuff handed to "dissect_ppp_common()", so
  that it's not included in the tvbuff handed to subdissectors.  Use that
  tvbuff to compute the FCS.
  
  Properly handle the FCS in frames that don't include all the captured
  data.
  
  In VJ-compressed packets, put the VJ compression information into the
  protocol tree, and set the Protocol and Info columns, and don't worry
  about the CRC - as per the above, it's no longer in the tvbuff (and
  never *was* in the tvbuff in some cases).
  
  Also, clean up some other stuff in the VJ dissector.
  
  Revision  Changes    Path
  1.92      +139 -43   ethereal/packet-ppp.c
  1.9       +515 -261  ethereal/packet-vj.c