diff options
author | Stig Bjørlykke <stig@bjorlykke.org> | 2016-02-16 22:34:12 +0100 |
---|---|---|
committer | Stig Bjørlykke <stig@bjorlykke.org> | 2016-02-18 08:06:46 +0000 |
commit | 30d83e089c2f0b5d5d67892c6fc581ba9ce0a0a5 (patch) | |
tree | d746f24099cf6bdf108e9f64fc1aaf8df5bdd8fc /docbook | |
parent | b77ffb9d36a9405943dadce3d4849c1106b2e361 (diff) | |
download | wireshark-30d83e089c2f0b5d5d67892c6fc581ba9ce0a0a5.tar.gz wireshark-30d83e089c2f0b5d5d67892c6fc581ba9ce0a0a5.tar.bz2 wireshark-30d83e089c2f0b5d5d67892c6fc581ba9ce0a0a5.zip |
Qt: Add regex support in Find Packet
Add support for using regular expressions in the Search Frame
when searching in packet list, packet details and packet bytes.
This search is in many cases faster than plain string search.
Change-Id: I2d8a709046f90d7b278fb39547fc4e2e420623bc
Reviewed-on: https://code.wireshark.org/review/13981
Petri-Dish: Stig Bjørlykke <stig@bjorlykke.org>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Stig Bjørlykke <stig@bjorlykke.org>
Diffstat (limited to 'docbook')
-rw-r--r-- | docbook/release-notes.asciidoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docbook/release-notes.asciidoc b/docbook/release-notes.asciidoc index 3243c621c3..179809fe3a 100644 --- a/docbook/release-notes.asciidoc +++ b/docbook/release-notes.asciidoc @@ -28,6 +28,7 @@ since version 2.0.0: ** You can now switch between between Capture and File Format dissection of the current capture file via the View menu in the Qt GUI. ** You can now show selected packet bytes as ASCII, HTML, Image, ISO 8859-1, Raw or UTF-8. +** You can now use regular expressions in Find Packet. //=== Removed Dissectors |