Wireshark-commits: [Wireshark-commits] master 8cb03d5: Capture dissectors must be registered only o
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 17 Dec 2015 01:04:39 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8cb03d57a600bc092fd5670f37fb990784fffd96
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

8cb03d5 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    Capture dissectors must be registered only once at startup
    
    So ensure that register_capture_dissector() is not called again when changing a preference
    
    Bug: 11884
    Change-Id: I18ce05e89b19f106470a8ec843062c115dae60db
    Reviewed-on: https://code.wireshark.org/review/12689
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  b55d1b5   ldap: Add inetOrgPerson from RFC2798.
    adds  8cb03d5   Capture dissectors must be registered only once at startup


Summary of changes:
 epan/dissectors/packet-ieee8021ah.c |    5 ++---
 epan/dissectors/packet-vlan.c       |    3 ++-
 2 files changed, 4 insertions(+), 4 deletions(-)