URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9f145ad283cacdbb4a7c5799100f88583d9f7336
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
9f145ad 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>
(cherry picked from commit 1b91475e0da15e58a9df7cd0cee6a463a8e0c97e)
Reviewed-on: https://code.wireshark.org/review/18703
Actions performed:
from 7b43bc3 Get rid of Boolean "flags" that don't have any bit set.
adds 9f145ad JSON: print field value for an item containing a subtree
Summary of changes:
epan/print.c | 36 ++++++++++++++++++------------------
1 file changed, 18 insertions(+), 18 deletions(-)