You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/net/packet
Brad Fitzpatrick 68a66ee81b feature/capture: move packet capture to feature/*, out of iOS + CLI
We had the debug packet capture code + Lua dissector in the CLI + the
iOS app. Now we don't, with tests to lock it in.

As a bonus, tailscale.com/net/packet and tailscale.com/net/flowtrack
no longer appear in the CLI's binary either.

A new build tag ts_omit_capture disables the packet capture code and
was added to build_dist.sh's --extra-small mode.

Updates #12614

Change-Id: I79b0628c0d59911bd4d510c732284d97b0160f10
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
10 months ago
..
checksum net/packet/checksum: fix v6 NAT 1 year ago
capture.go feature/capture: move packet capture to feature/*, out of iOS + CLI 10 months ago
doc.go all: update copyright and license headers 3 years ago
header.go all: update copyright and license headers 3 years ago
icmp.go all: update copyright and license headers 3 years ago
icmp4.go net/packet: allow more ICMP errors 2 years ago
icmp6.go net/packet: allow more ICMP errors 2 years ago
icmp6_test.go all: update copyright and license headers 3 years ago
ip4.go all: update copyright and license headers 3 years ago
ip6.go all: update copyright and license headers 3 years ago
packet.go feature/capture: move packet capture to feature/*, out of iOS + CLI 10 months ago
packet_test.go all: use Go 1.22 range-over-int 2 years ago
tsmp.go net/flowtrack: optimize Tuple type for use as map key 1 year ago
tsmp_test.go all: update copyright and license headers 3 years ago
udp4.go all: update copyright and license headers 3 years ago
udp6.go all: update copyright and license headers 3 years ago