Skip to content

Instantly share code, notes, and snippets.

@ChristianTremblay
Last active September 8, 2020 19:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ChristianTremblay/10611dde084fcf63d6d5fe5c739b009f to your computer and use it in GitHub Desktop.
Save ChristianTremblay/10611dde084fcf63d6d5fe5c739b009f to your computer and use it in GitHub Desktop.
Termshark shortcut to capture BACnet packets on Linux boxes
#!/bin/bash
interface=$1
echo "Starting Termshark on ${interface}"
sudo /var/lib/snapd/snap/bin/termshark -i ${interface} -f "udp port 47808"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment