URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=44f74e7b2657fb8691e59aa86910f818ece31c4d
Submitter: Stig Bj?rlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
44f74e7 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Add FindLineEdit with regex search option
Add settings to the QLineEdit context menu to use textual or regular
expression search. Use this in Follow Stream and Show Packet Bytes.
Change-Id: I3a9f5a923f616629aa40a334921871f98b518f30
Reviewed-on: https://code.wireshark.org/review/13942
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 8e1ade8 Use cast to char for explicit conversion [-Woverflow]
adds 44f74e7 Qt: Add FindLineEdit with regex search option
Summary of changes:
ui/qt/CMakeLists.txt | 2 +
ui/qt/Makefile.common | 2 +
ui/qt/Wireshark.pro | 2 +
...tocol_preferences_menu.h => find_line_edit.cpp} | 61 ++++++++++----------
epan/crc10-tvb.c => ui/qt/find_line_edit.h | 41 ++++++++-----
ui/qt/follow_stream_dialog.cpp | 24 +++++++-
ui/qt/follow_stream_dialog.h | 2 +
ui/qt/follow_stream_dialog.ui | 9 ++-
ui/qt/show_packet_bytes_dialog.cpp | 24 +++++++-
ui/qt/show_packet_bytes_dialog.h | 2 +
ui/qt/show_packet_bytes_dialog.ui | 11 +++-
11 files changed, 130 insertions(+), 50 deletions(-)
copy ui/qt/{protocol_preferences_menu.h => find_line_edit.cpp} (53%)
copy epan/crc10-tvb.c => ui/qt/find_line_edit.h (68%)