How to take tcpdump so that it captures traffic for only a specfic host and htttp status code

Viewed 9

How to capture traffic for a specific host and http status code. For example

tcpdump -i any "host xyz.com and http_status_code=502"
0 Answers
Related