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.6 10b0a76: IPv6: Fix payload root tree for IPv6 Rou

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Nov 2018 15:30:02 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=10b0a76d5ad06b051090f0a3b9896e2fe2970d2f
Submitter: "João Valverde <j@xxxxxx>"
Changed: branch: master-2.6
Repository: wireshark

Commits:

10b0a76 by João Valverde (joao.valverde@xxxxxxxxxxxxxxxxxx):

    IPv6: Fix payload root tree for IPv6 Routing Hdr
    
    We need to pass the original proto_tree pointer to sub-dissectors,
    not the p_ipv6_pinfo_select_root() return value. Rename the "_tree"
    argument to follow the existing style and make the code more readable.
    
    Bug: 15270
    Change-Id: I0322f015abc0d6426d6f05c16c48e928c253c2eb
    Reviewed-on: https://code.wireshark.org/review/30579
    Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    (cherry picked from commit 1d9b20ccbc1da8e32112a470ee7b8ce2215229e5)
    Reviewed-on: https://code.wireshark.org/review/30584
    Petri-Dish: João Valverde <j@xxxxxx>
    Reviewed-by: João Valverde <j@xxxxxx>
    

Actions performed:

    from  ad51b2f   ieee80211: Fix Vendor Specific Fixed Field dissection.
     add  10b0a76   IPv6: Fix payload root tree for IPv6 Routing Hdr


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