Make the object attached to a frame for VJ decompression be a structure
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Dec 2001 22:39:59 +0000 (22:39 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Dec 2001 22:39:59 +0000 (22:39 +0000)
commit2d7d69563556b475e7a11da9707d341db72027f0
treea6a97626e3f088c0fdc2e68bcb66eee0b6382396
parentc9b3e00ac31178e567fa7a6ddabe626fe838099d
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.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@4428 f5534014-38df-0310-8fa8-9805f1628bb7
packet-vj.c