March 2018
Intermediate to advanced
626 pages
17h 32m
English
The Wireshark regular expression syntax for display filters uses the same syntax as regular expressions in Perl.
Some common modifiers are as follows:
You can use these modifiers for configuring more complex filters. For examples, look for HTTP GET commands that contain ZIP files:
http.request.method == "GET" && http matches ".zip" && !(http.accept_encoding == "gzip, deflate")
Look for HTTP messages that contain websites that end with .com:
http.host ...
Read now
Unlock full access