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 1d9b20c: IPv6: Fix payload root tree for IPv6 Routing

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 12 Nov 2018 13:11:05 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1d9b20ccbc1da8e32112a470ee7b8ce2215229e5
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

1d9b20c 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>
    

Actions performed:

    from  8f4cf7c   gtpv2: Update RAT types.
     add  1d9b20c   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(-)