Advertisement
Guest User

Untitled

a guest
Feb 20th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. sudo tcpdump -w tmp.cap -s 0 -i eth0
  4.  
  5. sudo tcpdump -X -r tmp.cap | grep -B 5 -A 20 Started.play
  6.  
  7. #uncomment if you need to find the new tcUrl
  8. #sudo tcpdump -X -r tmp.cap | grep -B 5 -A 20 connect
  9.  
  10. sudo rm tmp.cap
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement