Wireshark-commits: [Wireshark-commits] master-2.0 32ef889: Walk up the tree view of Protocol Hierar

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 16 Mar 2016 01:32:30 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=32ef889911fd8762ae7b0b31048478e8bf889d65
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark

Commits:

32ef889 by Michael Mann (mmann78@xxxxxxxxxxxx):

    Walk up the tree view of Protocol Hierarchy Statistics to look for protocol matches.
    
    Things like [Reassembled TCP segments] can add superfluous leaves so just walking down the tree from current location, so walk up the tree as well.
    
    Bug: 1734
    Change-Id: I91af554b59e1a6867dba9189ba37db5e396d892a
    Reviewed-on: https://code.wireshark.org/review/14393
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    (cherry picked from commit 7f8b3025ef1cde5b80c1e47e14b66a56f2fb9a5e)
    Reviewed-on: https://code.wireshark.org/review/14433
    

Actions performed:

    from  d6b36ca   More "FT_BOOLEAN is 64-bit" fixes.
    adds  32ef889   Walk up the tree view of Protocol Hierarchy Statistics to look for protocol matches.


Summary of changes:
 ui/proto_hier_stats.c |   21 +++++++++++++++++++--
 1 file changed, 19 insertions(+), 2 deletions(-)