For a protocol I want to fuzz I need to use fields consisting of one or multiple bits. It appears to me that I can only use a full Byte in Sulley. Even the bit_field() will produce a complete Byte. How could I create a single Bit or, say, a four Bit field?