URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=179a9b51065a7e027e1b77e7b5cf6fd4e98f41d4
Submitter: Martin Kaiser (wireshark@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
179a9b5 by Martin Kaiser (wireshark@xxxxxxxxx):
new function proto_tree_get_parent_tree()
it returns the parent tree of a given tree object
Change-Id: I191e0221651ffb5b26df761e9a25075aa0eb2ad3
Reviewed-on: https://code.wireshark.org/review/4954
Reviewed-by: Martin Kaiser <wireshark@xxxxxxxxx>
Tested-by: Martin Kaiser <wireshark@xxxxxxxxx>
Actions performed:
from 250c1ec Fix typo: Intrustion -> Intrusion
adds 179a9b5 new function proto_tree_get_parent_tree() it returns the parent tree of a given tree object
Summary of changes:
epan/proto.c | 13 +++++++++++++
epan/proto.h | 5 +++++
2 files changed, 18 insertions(+)