URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=68c51724fe17d835096ead25ddc8bf43359ee3d8
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
68c5172 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Always rebuild columns when fields changed
The columns must be recreated even if no capture file is loaded
because custom columns may have reference to deregistered fields.
Change-Id: I4ed7345b3200e5af211695f1a6511ee229d5f13c
Reviewed-on: https://code.wireshark.org/review/10076
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 0368b82 Improve multicast address checking.
adds 68c5172 Qt: Always rebuild columns when fields changed
Summary of changes:
ui/qt/main_window_slots.cpp | 11 +++--------
ui/qt/packet_list.cpp | 8 ++++++++
ui/qt/packet_list.h | 1 +
3 files changed, 12 insertions(+), 8 deletions(-)