Wireshark-commits: [Wireshark-commits] master 4addfc6: Add an RA_INTERFACES register action.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 26 Jun 2016 06:23:02 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4addfc67b4cd35601d5f9c5ce134f23ea145934a
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

4addfc6 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    Add an RA_INTERFACES register action.
    
    Add RA_INTERFACES between RA_PREFERENCES and RA_CONFIGURATION. Wireshark
    was spending a suspiciously long time loading module preferences here.
    (Now we just need to find out why that section of the code is slow.)
    
    Change-Id: Iecbe55e8e10c8844bcb151a13e383cb13a3f6eb1
    Reviewed-on: https://code.wireshark.org/review/16133
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  60cdee9   Qt: Handle unhandled filter actions.
    adds  4addfc6   Add an RA_INTERFACES register action.


Summary of changes:
 register.h               |   19 ++++++++++---------
 ui/gtk/about_dlg.c       |    7 +++++--
 ui/gtk/main.c            |    2 ++
 ui/qt/splash_overlay.cpp |    5 ++++-
 wireshark-qt.cpp         |    2 ++
 5 files changed, 23 insertions(+), 12 deletions(-)