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

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

android - Keyboard hides my half of edit-text and button below it even in scroll view -

css - Make div keyboard-scrollable in jQuery Mobile? -