Wireshark-commits: [Wireshark-commits] master 56d0127: ISIS Hello: Restore correct dissection of SP
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 1 Nov 2015 08:48:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=56d01272474f9022a0ace0011f649dd59f573813
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

56d0127 by Jim Young (jyoung@xxxxxxx):

    ISIS Hello: Restore correct dissection of SPB BVID
    
    Commit 301a5b7ceac60d0569ce1717e839241d1072400 introduced a small
    regression with the dissection of the BVID.  BVID should be extracted
    from the 12 most significant bits not the 12 least significant bits.
    Make it so.
    
    Change-Id: Idcf0492eea1f6cb7282641ae243aa7092e5a1418
    Reviewed-on: https://code.wireshark.org/review/11472
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  16f5b11   Qt: do not draw sequence analysis items with a display status set to false
    adds  56d0127   ISIS Hello: Restore correct dissection of SPB BVID


Summary of changes:
 epan/dissectors/packet-isis-hello.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)