wireshark - tshark follow TCP stream upon condition -
i want dump in one-liner tcp traffic of stream after specific condition. in other words, want like:
tshark -i wlan0 -s 0 -z follow,tcp,raw,x x=`tshark -i wlan0 -s 0 -y 'http.request.full_uri contains "blah-blah" , http.request.method == get' -n -tfields -e tcp.stream` how can that?
a solution further information given at: https://ask.wireshark.org/questions/49283/tshark-follow-tcp-stream-upon-condition
Comments
Post a Comment