Wireshark-commits: [Wireshark-commits] master b55d801: Speed up display filter completion.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 11 May 2015 23:50:45 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b55d801392b44bfe1e5383536ba7e2dd2e952cba
Submitter: Gerald Combs (gerald@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

b55d801 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Speed up display filter completion.
    
    Don't loop over non-matching fields. This improves completion performance
    considerably on Windows (where it was noticeable).
    
    Change-Id: I7f526fe960c5c41da5ae847b04be25d65ca42bb1
    Reviewed-on: https://code.wireshark.org/review/8418
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    

Actions performed:

    from  61749e5   Get rid of now-empty and unneeded structure.
    adds  b55d801   Speed up display filter completion.


Summary of changes:
 ui/qt/display_filter_edit.cpp |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)