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-2.0 b77eeff: UDLD: Use correct flag bits

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 30 Dec 2016 10:31:07 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b77eeff1b14ad37510b226792c19eaafb9250c91
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

b77eeff 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>
    (cherry picked from commit 931253800adff149f34cc6d2ed082801edc2d3c8)
    Reviewed-on: https://code.wireshark.org/review/19467
    (cherry picked from commit ac48964230da4cd82ed2aed7ee952b3a67ffdb88)
    Reviewed-on: https://code.wireshark.org/review/19468
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  f997ee8   [Automatic update for 2016-12-25]
    adds  b77eeff   UDLD: Use correct flag bits


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