Closed huitema closed 2 years ago
Almost done, but we may want to do some frame specific fuzzing of bits like FIN, etc.
Ideally, we could have dedicated fuzzers for the most complex frame types. This will have to wait...
Using issue #12 to track the per frame fuzzer development.
The random fuzzer fuzzes random bits in the packets. Might be better to just fuzz bytes at the beginning of a frame. Also, in many cases we may want to leave the frame type itself unchanged -- although we may want to flip bits like "FIN" for stream frames.