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

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Sun, 23 Jan 2000 19:15:42 -0600 (CST)
guy         2000/01/23 19:15:40 CST

  Modified files:
    .                    packet-eth.c 
  Log:
  When computing the total frame length of an 802.3 frame, add to the
  value in the length field not only the Ethernet MAC header size, but
  also the offset in the frame of the Ethernet MAC header, so that, if the
  802.3 frame is encapsulated in some other type of frame, the total frame
  length includes the header for that frame as well.
  
  Revision  Changes    Path
  1.27      +11 -8     ethereal/packet-eth.c