net,tsnet: fix the capitalisation of "Wireshark"
See https://www.wireshark.org/; there's no intercapped S. Updates #cleanup Change-Id: I7c89a3fc6fb0436d0ce0e25a620bde7e310e89d2 Signed-off-by: Alex Chan <alexc@tailscale.com>
This commit is contained in:
+1
-1
@@ -2030,7 +2030,7 @@ func (s *Server) GetRootPath() string {
|
||||
// debugging, probably not useful for production.
|
||||
//
|
||||
// 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
|
||||
// to be installed in Wireshark in order to decode properly: wgengine/capture/ts-dissector.lua
|
||||
// in this repository.
|
||||
// https://tailscale.com/docs/reference/troubleshooting/network-configuration/inspect-unencrypted-packets
|
||||
func (s *Server) CapturePcap(ctx context.Context, pcapFile string) error {
|
||||
|
||||
Reference in New Issue
Block a user