()
| 602 | return nil |
| 603 | } |
| 604 | func (p *lazyPacket) String() string { p.Layers(); return p.packetString() } |
| 605 | func (p *lazyPacket) Dump() string { p.Layers(); return p.packetDump() } |
| 606 | |
| 607 | // DecodeOptions tells gopacket how to decode a packet. |
nothing calls this directly
no test coverage detected