URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=91d68d2ec9c100b6c4e5185a97d38e1aedfecd4c
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
91d68d2 by Dario Lombardo (lomato@xxxxxxxxx):
json_dumper: increase JSON_DUMPER_MAX_DEPTH to 1100.
The new value has been chosen to make room for sharkd packet output
as: proto.c:MAX_TREE_LEVELS * 2 + 10% of additional sharkd overhead.
A new regression test for sharkd has been added that requires more
than 15 levels.
Change-Id: Ie54955c79c50c60b95c99b1a3c472888fc4842ac
Reviewed-on: https://code.wireshark.org/review/31624
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from e953785 QUIC: fix packet number spaces and verification (draft -17)
add 91d68d2 json_dumper: increase JSON_DUMPER_MAX_DEPTH to 1100.
Summary of changes:
test/suite_sharkd.py | 10 ++++++++++
wsutil/json_dumper.h | 2 +-
2 files changed, 11 insertions(+), 1 deletion(-)