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.2 ac48964: UDLD: Use correct flag bits

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

Commits:

ac48964 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
    

Actions performed:

    from  c39ebff   column-utils: add space to improve readability.
    adds  ac48964   UDLD: Use correct flag bits


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