Showing specific HTTP answers of filtered requests
I'd like to filter some specific HTTP requests (for a specific domain for ex) and show only the response code of those filtered requests.
Isn't it possible with something like a macro, or a $_ variable or http.request_in ?
http.host contains "iwaxx" || corresponding_http.response.code
This would show 1 line for request and 1 line for response code.