Commit Graph

6 Commits

Author SHA1 Message Date
gVisor bot 3765559c4b Merge release-20201109.0-49-g758e45618 (automated) 2020-11-16 21:09:53 +00:00
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
gVisor bot 8972a9a394 Merge release-20200921.0-78-g3ef549b67 (automated) 2020-09-30 06:24:48 +00:00
Kevin Krakauer 3ef549b67f Set transport protocol number during parsing
PiperOrigin-RevId: 334535896
2020-09-29 23:21:46 -07:00
gVisor bot cc862f9d2c Merge release-20200907.0-138-g360006d89 (automated) 2020-09-18 07:51:26 +00:00
Ghanan Gowripalan 360006d894 Use common parsing utilities when sniffing
Extract parsing utilities so they can be used by the sniffer.

Fixes #3930

PiperOrigin-RevId: 332401880
2020-09-18 00:48:09 -07:00