Wireshark-commits: [Wireshark-commits] master 1d9b20c: IPv6: Fix payload root tree for IPv6 Routing
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(-)