Skip to content

Instantly share code, notes, and snippets.

@forestbaker
Created September 22, 2015 18:27
Show Gist options
  • Save forestbaker/b512210534489446e1d9 to your computer and use it in GitHub Desktop.
Save forestbaker/b512210534489446e1d9 to your computer and use it in GitHub Desktop.
tshark - capture packets on bond0 interface containing "REGISTER" for 60 seconds
# captures packets on bond0 interface containing "REGISTER" for 60 seconds
timeout 60 tshark -i bond0 -R sip.CSeq.method=="REGISTER"
# more tuning
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment