Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for stream in `tshark -r 012987veronica.cap -T fields -e tcp.stream | sort -n | uniq`
- do
- echo $stream
- tshark -r 012987veronica.cap -w stream-$stream.cap -Y "tcp.stream==$stream"
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement