Created
September 22, 2015 18:27
-
-
Save forestbaker/b512210534489446e1d9 to your computer and use it in GitHub Desktop.
tshark - capture packets on bond0 interface containing "REGISTER" for 60 seconds
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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