Skip to content

Instantly share code, notes, and snippets.

@jsturtevant
Last active August 17, 2022 22:39
Show Gist options
  • Save jsturtevant/e2b057772e9c8c01c9c5f277fbba9a0d to your computer and use it in GitHub Desktop.
Save jsturtevant/e2b057772e9c8c01c9c5f277fbba9a0d to your computer and use it in GitHub Desktop.

after installing wireshark

mkdir -force C:\tools\wireshark New-Item -ItemType SymbolicLink -Path "c:\tools\wireshark\wireshark" -Target "C:\Program Files\Wireshark\wireshark.exe"

in wsl

export PATH="$PATH:/mnt/c/tools/wireshark"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment