tsnet/tsnet.go: fix docs link (#19136)

Fixes #19135

Signed-off-by: Walter Poupore <walterp@tailscale.com>
This commit is contained in:
Walter Poupore
2026-03-26 11:16:12 -07:00
committed by GitHub
parent fa22d0a87a
commit f0fa8953f0

View File

@@ -2032,7 +2032,7 @@ func (s *Server) GetRootPath() string {
// Packets will be written to the pcap until the process exits. The pcap needs a Lua dissector
// to be installed in WireShark in order to decode properly: wgengine/capture/ts-dissector.lua
// in this repository.
// https://tailscale.com/kb/1023/troubleshooting/#can-i-examine-network-traffic-inside-the-encrypted-tunnel
// https://tailscale.com/docs/reference/troubleshooting/network-configuration/inspect-unencrypted-packets
func (s *Server) CapturePcap(ctx context.Context, pcapFile string) error {
stream, err := s.localClient.StreamDebugCapture(ctx)
if err != nil {