Wireshark-dev: [Wireshark-dev] messages no byte alignment
From: "Steven Le" <programminglist@xxxxxxxxx>
Date: Tue, 27 Mar 2007 08:35:54 -0800
What is the best way to dissect some strange messages without byte alignment?
For example:
payload block is 22 bytes
first 3 bits is A,  next 15 bits is B, next 27 bits is C....until  22 bytes.

Thanks