gvisor/pkg/tcpip/header/parse
Toshi Kikuchi 758e45618f Clean up fragmentation.Process
- Pass a PacketBuffer directly instead of releaseCB
- No longer pass a VectorisedView, which is included in the PacketBuffer
- Make it an error if data size is not equal to (last - first + 1)
- Set the callback for the reassembly timeout on NewFragmentation

PiperOrigin-RevId: 342702432
2020-11-16 13:06:38 -08:00
..
BUILD Use common parsing utilities when sniffing 2020-09-18 00:48:09 -07:00
parse.go Clean up fragmentation.Process 2020-11-16 13:06:38 -08:00