Skip to content

Instantly share code, notes, and snippets.

@davidmerrick
Created August 19, 2015 03:23
Show Gist options
  • Save davidmerrick/75821c06dc2642a70d2a to your computer and use it in GitHub Desktop.
Save davidmerrick/75821c06dc2642a70d2a to your computer and use it in GitHub Desktop.
Capture MDNS traffic with tshark on OSX
sudo tshark -i en1 -f "udp dst port 5353" -e dns.resp.name -e eth.src -Tfields -E separator=" " -R "dns.flags.response == 1"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment