Wireshark-commits: [Wireshark-commits] master 1b91475: JSON: print field value for an item containi

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 7 Nov 2016 19:59:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1b91475e0da15e58a9df7cd0cee6a463a8e0c97e
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

1b91475 by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    JSON: print field value for an item containing a subtree
    
    For fields that contain both a value and a subtree, print the value and
    then create a new item with a _tree suffix for the subtree content
    
    Bug: 13086
    Change-Id: I5a3c96bf9895d87faff3925d439bb54b73769a3e
    Reviewed-on: https://code.wireshark.org/review/18663
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Martin Kacer <kacer.martin@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    

Actions performed:

    from  3814eee   L2TP: Fix typo on ERICSSON define value
    adds  1b91475   JSON: print field value for an item containing a subtree


Summary of changes:
 epan/print.c |   36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)