tailscale/net/packet
Brad Fitzpatrick 21741e111b net/packet: add ICMP6Header, like ICMP4Header
So we can generate IPv6 ping replies.

Change-Id: I79a9a38d8aa242e5dfca4cd15dfaffaea6cb1aee
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2021-12-09 09:30:10 -08:00
..
doc.go net/packet: s/ParsedPacket/Parsed/ to avoid package stuttering. 2020-11-09 23:52:54 -08:00
header.go net/packet: add ICMP6Header, like ICMP4Header 2021-12-09 09:30:10 -08:00
icmp4.go net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts 2021-03-20 21:45:47 -07:00
icmp6.go net/packet: add ICMP6Header, like ICMP4Header 2021-12-09 09:30:10 -08:00
icmp6_test.go net/packet: add ICMP6Header, like ICMP4Header 2021-12-09 09:30:10 -08:00
ip4.go net/packet, wgengine/filter: support SCTP 2021-03-20 21:34:13 -07:00
ip6.go net/packet: don't make IP6Header.marshalPseudo assume UDP 2021-12-08 21:15:46 -08:00
packet.go net/packet: add ICMP6Header, like ICMP4Header 2021-12-09 09:30:10 -08:00
packet_test.go all: use testingutil.MinAllocsPerRun 2021-10-28 12:48:37 -07:00
tsmp.go all: adapt to opaque netaddr types 2021-05-16 14:52:00 -07:00
tsmp_test.go net/packet: add some more TSMP packet reject reasons and MaybeBroken bit 2021-02-04 10:59:07 -08:00
udp4.go net/packet, wgengine{,/filter}: remove net/packet IPProto forwarding consts 2021-03-20 21:45:47 -07:00
udp6.go net/packet: don't make IP6Header.marshalPseudo assume UDP 2021-12-08 21:15:46 -08:00