Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal ncp2222.py packet-ncp-int.h

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

From: Gilbert Ramirez <gram@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 26 Feb 2002 23:08:50 -0600 (CST)
gram        2002/02/26 23:08:50 CST

  Modified files:        (Branch: Novell_NCP_branch)
    .                    ncp2222.py packet-ncp-int.h 
  Log:
  Move the "endianness" field in ptvc_record so that all the
  integer fields with small values are contiguous, and thus turned into
  a bitfield. By turning the 4 integers with small values into a bitfield,
  38K was saved in the .rodata section of packet-ncp2222.o on Linux/ix86.
  
  Revision  Changes    Path
  1.14.2.11 +13 -13    ethereal/ncp2222.py
  1.6.2.4   +5 -5      ethereal/packet-ncp-int.h