Wireshark: Difference between revisions

4 bytes removed ,  11 months ago
 
Line 57:
 
* Below are equivalent:
tcp.port in {80, 443, 8080} --> tcp.port == 80 || tcp.port == 443 || tcp.port == 8080
tcp.port == 80 || tcp.port == 443 || tcp.port == 8080
 
* Other examples
http.request.method in {"HEAD", "GET"}
ip.addr in {10.0.0.5 .. 10.0.0.9, 192.168.1.1..192.168.1.9}