tcp.port == 25ip.addr == 192.0.2.1 ip.src == 192.0.2.1ip.dst == 192.0.2.1frame matches r"GET /cgi-bin"Some common protocols you might be interested in:
dnsdns.qry.name == "google.com"httphttp.request || http.responsehttp.request.method == "GET"Case-insensitive searches:
frame matches "somefilename\\.ext"tcp.payload matches "somefilename\\.ext"Further documentation on display filters: