Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master 9312538: UDLD: Use correct flag bits

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 Dec 2016 04:54:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=931253800adff149f34cc6d2ed082801edc2d3c8
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9312538 by Jaap Keuter (jaap.keuter@xxxxxxxxx):

    UDLD: Use correct flag bits
    
    Assigned flag bits are the least significant bits of the flags field,
    not at the most significant end.
    
    Bug: 13280
    Change-Id: Ie568df6ca137c491fedb32cf2316a0240270b3d6
    Reviewed-on: https://code.wireshark.org/review/19463
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  bd9d8b7   Three count 'em three different names for the OS.
    adds  9312538   UDLD: Use correct flag bits


Summary of changes:
 epan/dissectors/packet-udld.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)