Download
Youtube filter string
- Reassemble the segments of the video, most of the segments are the same length.
- Get request filter that returns a url that is timebombed or otherwise limited.
- Should work by combining the host and GET request, but doesn't. Odd.
Grooveshark filter string
- Reassemble the segments of the mp3, most of the segments are the same length.
Filter examples
| ping traffic | icmp.type == 8 || icmp.type == 0 |
| ssl traffic | ssl |
| http traffic | http |
| port 9999 | tcp.port == 9999 || udp.port == 9999 |
| traffic to and from addresses | ip.addr eq 192.168.7.206 && ip.addr eq 192.168.6.206 |
| all traffic on segment | net 195.24.0.0 mask 255.255.0.0 |
| all traffic for ip | ip.addr eq 192.168.7.206 |
Labels:
None
