()
| 490 | return nil |
| 491 | } |
| 492 | func (p *eagerPacket) String() string { return p.packetString() } |
| 493 | func (p *eagerPacket) Dump() string { return p.packetDump() } |
| 494 | |
| 495 | // lazyPacket does lazy decoding on its packet data. On construction it does |
nothing calls this directly
no test coverage detected