Ethereal-cvs: [ethereal-cvs] cvs commit: ethereal packet-llc.c

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 11 May 2000 23:21:25 -0500 (CDT)
gram        2000/05/11 23:21:23 CDT

  Modified files:
    .                    packet-llc.c 
  Log:
  <sheepish grin>
  Fix error in my conversion to tvbuff routines.
  Because offset was calculated based on next_tvb, which already knew to
  skip 8 bytes, I don't have to use "offset+8" in calls to the next non-tvbuff
  dissectors.
  </sheepish grin>
  
  Revision  Changes    Path
  1.58      +7 -7      ethereal/packet-llc.c