-
- Downloads
Make "matches" case-insensitive.
Make the "matches" operator case-insensitive by default. Case sensitivity can be switched back on using "(?-i)". It might be nice to make "contains" case-insensitive as well, but we'd need a caseless version of epan_memmem. Change-Id: I5e39a52c148477c30c808152bcace08348df815a Reviewed-on: https://code.wireshark.org/review/22330 Reviewed-by:Gerald Combs <gerald@wireshark.org> Petri-Dish: Gerald Combs <gerald@wireshark.org> Tested-by:
Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by:
Anders Broman <a.broman58@gmail.com>
Showing
- doc/wireshark-filter.pod 15 additions, 9 deletionsdoc/wireshark-filter.pod
- docbook/release-notes.asciidoc 2 additions, 1 deletiondocbook/release-notes.asciidoc
- docbook/wsug_src/WSUG_chapter_work.asciidoc 2 additions, 2 deletionsdocbook/wsug_src/WSUG_chapter_work.asciidoc
- epan/ftypes/ftype-pcre.c 2 additions, 2 deletionsepan/ftypes/ftype-pcre.c
Loading
Please register or sign in to comment