How to Filter x_real_ip in wireshark?

as shown in the question: how to Filter x_real_ip in wireshark?

Apr.26,2021

since you did not specify which layer x-real-ip is the field / content of the protocol, it is assumed to be the header of the HTTP protocol.

to customize the HTTP header field of Filter, you need to use the wireshark menu

  ->  ->  -> HTTP

add custom fields

 x-real-ip

then restart wireshark, and type http.header.x-real-ip in the filter box to Filter out all HTTP requests with x-real-ip fields.

Menu