Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-isl.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: Thu, 28 Dec 2000 18:51:53 -0600 (CST)
guy         2000/12/28 18:51:52 CST

  Modified files:
    .                    packet-isl.c 
  Log:
  When creating a subset tvbuff with lengths that don't run to the end of
  the parent tvbuff, we have to set "pinfo->len" and "pinfo->captured_len"
  unless we know for certain that *no* old-style dissectors will be called
  later, because old-style dissectors get their length information from
  "pi.len" and "pi.captured_len".
  
  Revision  Changes    Path
  1.19      +17 -4     ethereal/packet-isl.c