Wireshark-commits: [Wireshark-commits] master ac7c05f: sll: add unused bytes to tree.
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Sep 2016 17:34:40 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ac7c05f9157033169b140115636e8bec94ffb62d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ac7c05f by Dario Lombardo (lomato@xxxxxxxxx):

    sll: add unused bytes to tree.
    
    The bytes that are not part of the address are not dissected.
    Added them to the tree as "unused", to have a complete dissection
    of the packet.
    
    Found by incomplete dissector check.
    
    Change-Id: Iafffebe8bc0f8254ac0b451d007e0a99aab91924
    Reviewed-on: https://code.wireshark.org/review/17608
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  f9fc92a   CQL: fix indent modelines
    adds  ac7c05f   sll: add unused bytes to tree.


Summary of changes:
 epan/dissectors/packet-sll.c |   11 +++++++++++
 1 file changed, 11 insertions(+)