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.