ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] master 179a9b5: new function proto_tree_get_parent_tree() it

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 2 Nov 2014 21:17:18 +0000 (UTC)
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(+)