URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=842622594a1ac05adb2b5e6fbca69ec8b327b1dc
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8426225 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Avoid redissect twice when changing fields
Changing fields in http, imf or ldap used to trigger redissect twice
because of UAT_AFFECTS_FIELDS and UAT_AFFECTS_DISSECTION.
Also changed from redrawVisiblePackets() to columnsChanged() because
fields in a custom column may have changed.
This also fixes reloading Lua plugins with Lua fields in custom columns.
Change-Id: I805a765690decbe7434dbf1c33ebd1113e23d16d
Reviewed-on: https://code.wireshark.org/review/10025
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Actions performed:
from 6cc1c8d Clean up heuristic checks.
adds 8426225 Qt: Avoid redissect twice when changing fields
Summary of changes:
ui/qt/main_window_slots.cpp | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)