Sniffing/capturing tcp data connection in Linux Thursday, Nov 29 2007
Linux capture, Linux, port, sniff, tcp, tcpflow 6:47 pm
When debugging my wapsite, I want to know the header from mobile HTTP request.
It’s said from some mobile-operator, they’ll include msisdn info on HTTP header.
Now tcpflow come to rescue ^^
Just type “tcpflow -ci <your-ethernet> port <port-number>”
for example “tcpflow -ci eth0 port 80″
It’ll print on console all the request to port 80 ![]()