URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=948342a487999fcf24913c4a76983c3c6d4df1d9
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
948342a by Guy Harris (guy@xxxxxxxxxxxx):
Forcibly update all items if name resolution is turned on or off.
This makes the display change if you turn the name resolution checkbox
on or off.
Change-Id: I873832b103b61e1e566523a1ae1c4211937c7bae
Reviewed-on: https://code.wireshark.org/review/15063
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from 3db13c7 Don't fail in host_name_lookup_init() if manually resolved lists exist.
adds 948342a Forcibly update all items if name resolution is turned on or off.
Summary of changes:
ui/qt/conversation_dialog.cpp | 21 ++++++++++++---------
ui/qt/conversation_dialog.h | 2 +-
ui/qt/endpoint_dialog.cpp | 21 ++++++++++++---------
ui/qt/endpoint_dialog.h | 4 +++-
ui/qt/traffic_table_dialog.cpp | 10 ++++++++--
ui/qt/traffic_table_dialog.h | 4 +++-
6 files changed, 39 insertions(+), 23 deletions(-)