4 Commits
Author SHA1 Message Date
Andrei Vagin f010ae01ac Fix a few typos 2025-01-29 21:16:51 -08:00
gVisor bot 395c0ac172 Internal change.
PiperOrigin-RevId: 702043346
2024-12-02 12:08:23 -08:00
Kevin KrakauerandgVisor bot cf4bb56fc6 netstack: gvisor2pcap ipv6 support
PiperOrigin-RevId: 673580199
2024-09-11 16:29:52 -07:00
Kevin KrakauerandgVisor bot 7a1a7e79ca netstack: add the gvisor2pcap binary
gvisor2pcap accepts via `--in` a gVisor log file containing packet logs. It
writes to `--out` a `.pcap` file based on those logs. This makes debugging some
issues much simpler than before, as rather than trawling through inscrutable
text representing 20 different connections, we can import the file into tools
like Wireshark that perform packet analysis, graphing, etc.

PiperOrigin-RevId: 672662760
2024-09-09 13:57:40 -07:00