search by value wireshark code example
Example 1: wireshark filter by url
http.host==exact.name.here
http.host contains partial.name.here
Example 2: wireshark http user agent filter
http.user_agent matches "example"
http.host==exact.name.here
http.host contains partial.name.here
http.user_agent matches "example"