Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-vj.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: Wed, 19 Dec 2001 16:40:00 -0600 (CST)
guy         2001/12/19 16:40:00 CST

  Modified files:
    .                    packet-vj.c 
  Log:
  Make the object attached to a frame for VJ decompression be a structure
  containing a 4-byte offset and 128 bytes of data, rather than a 1-byte
  offset and 128 bits of data, so that the data is aligned on a 4-byte
  boundary and doesn't upset processors with strict alignment
  requirements.
  
  We don't free individual memory chunks containing those objects, so make
  the memory chunk pool an "allocate-only" pool.
  
  Revision  Changes    Path
  1.2       +39 -32    ethereal/packet-vj.c