Wireshark-commits: [Wireshark-commits] master 90a06ba: [sll] call the netlink dissector if the arp_
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 17 Jan 2016 13:13:24 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=90a06ba83923a88b9de81866698aeec2e4c64531
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

90a06ba by Martin Kaiser (wireshark@xxxxxxxxx):

    [sll] call the netlink dissector if the arp_hdr type is netlink
    
    re-order things a bit so that don't display anything if we just relay
    our packet to the netlink dissector
    
    Bug: 12018
    Change-Id: Ic115de82d682b7105a1e97fb8be2709ac4875232
    Reviewed-on: https://code.wireshark.org/review/13335
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    

Actions performed:

    from  5625dc7   Correctly construct subset tvbuffs.
    adds  90a06ba   [sll] call the netlink dissector if the arp_hdr type is netlink


Summary of changes:
 epan/dissectors/packet-netlink.c |    1 +
 epan/dissectors/packet-sll.c     |   24 ++++++++++++++++++------
 2 files changed, 19 insertions(+), 6 deletions(-)