Skip to content

extended report

Latest
Compare
Choose a tag to compare
@cnderrauber cnderrauber released this 13 Oct 08:19
· 2 commits to master since this release
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.