URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b9be965b27c5e71666e68da82ac933cfcd63b4fb
Submitter: "Stig Bjørlykke <stig@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
b9be965 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Store recently used find packet settings
Store the last used find packet settings in the global recent file,
and load this settings on startup.
Change-Id: I38081311cb06b4f398f4dfb66b659ae7d26ccac2
Reviewed-on: https://code.wireshark.org/review/34512
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 99ce98f gsm_a_rr: Support for APDU ID ETWS
add b9be965 Qt: Store recently used find packet settings
Summary of changes:
ui/qt/search_frame.cpp | 118 +++++++++++++++++++++++++++++++++++++++++++++++--
ui/qt/search_frame.h | 7 ++-
ui/recent.c | 44 ++++++++++++++++++
ui/recent.h | 24 ++++++++++
4 files changed, 188 insertions(+), 5 deletions(-)