Skip to content

Instantly share code, notes, and snippets.

@chrisxaustin
Last active June 13, 2017 15:20
Show Gist options
  • Save chrisxaustin/d3c8ebd16cf62a1ab317ef30ef7d8384 to your computer and use it in GitHub Desktop.
Save chrisxaustin/d3c8ebd16cf62a1ab317ef30ef7d8384 to your computer and use it in GitHub Desktop.
# To listen on eth0
tshark -ln -i eth0 -q -d udp.port==17019,syslog -T fields -E separator=" " -e ip.src -e syslog.msg -f 'udp port 17019'
# Older versions supported this syntax:
tshark -ln -i eth0 -q -d udp.port==17019,syslog -T fields -E separator=" " -e ip.src -e syslog.msg udp port 17019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment