adamroach and Sean-Der Removing String() method from Packet interface
516927b Sep 15, 2021
Removing `String()` method from `Packet` interface
Per discussion on Slack, this patch undoes the addition
of a `String()` method on a Packet. Compound packets
now use the new `stringify()` function if a contained
Packet doesn't include a `String()` method.
516927b