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