A class for generating packet sequences.
Constructs a new PacketSequencer with the provided SequenceStart.
the sequence start
Sets the sequence start, also known as the "starting counter ID".
the new sequence start
This does not reset the sequence counter.
Returns the next sequence value, updating the sequence counter in the process.
the next sequence value
This is not a monotonic operation. The sequence counter increases from 0 to 9 before looping back around to 0.
A class for generating packet sequences.