MCPcopy
hub / github.com/google/gopacket / String

Method String

decode.go:138–140  ·  view source on GitHub ↗

String implements fmt.Stringer.

()

Source from the content-addressed store, hash-verified

136
137// String implements fmt.Stringer.
138func (d *DecodeFailure) String() string {
139 return "Packet decoding error: " + d.Error().Error()
140}
141
142// Dump implements Dumper.
143func (d *DecodeFailure) Dump() (s string) {

Callers

nothing calls this directly

Calls 2

ErrorMethod · 0.95
ErrorMethod · 0.65

Tested by

no test coverage detected