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: "Gilbert Ramirez Jr." <gram@xxxxxxxxxxxx>
Date: Thu, 18 Nov 1999 23:12:55 -0600 (CST)
gram        1999/11/18 23:12:52 CST

  Modified files:
    .                    packet-eth.c 
  Log:
  Be sure to use offset everywhere. The correct values for eth.src, eth.dst, and
  eth.length were being pulled put into the proto_tree (logical and GUI),
  but the fields were highlighted in the hex dump w/o adding offset.
  
  Revision  Changes    Path
  1.23      +9 -9      ethereal/packet-eth.c