We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Follow HTTP traffic
% sudo tshark -i en5 -Y 'http.request.method == "GET"' "port 80"
Capture all outgoing requests and responses
% sudo tshark -i en5 -f "port 80" -w foo.cap