Our packet generator is a complete client application that randomly
generates packets according to provided parameters. We aim to make it
easier for security and protocol researchers to write tests.
Besides the protocol data structures typically present in a packet
generator (e.g. value types of fields), we also provide functionality for
the semantics of a protocol (e.g. how field values interact).... read more