diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2023-12-04 13:13:05 +0100 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2023-12-04 13:13:05 +0100 |
commit | f5c5bc88a7154db3ef6c1f50f59ffe62e6d2f447 (patch) | |
tree | 018ec38a55dfd9fb09de7661d31ace773e87f838 /test/results/disable_protocols | |
parent | 53d8a28582c4183ee052d4018334d58153367467 (diff) |
Replaced ambiguous naming of "JSON string" to more accurate "JSON message". #2
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'test/results/disable_protocols')
4 files changed, 12 insertions, 12 deletions
diff --git a/test/results/disable_protocols/dns_long_domainname.pcap.out b/test/results/disable_protocols/dns_long_domainname.pcap.out index 345b75c89..3207ac3a3 100644 --- a/test/results/disable_protocols/dns_long_domainname.pcap.out +++ b/test/results/disable_protocols/dns_long_domainname.pcap.out @@ -19,6 +19,6 @@ ~~ total memory freed........: 11475454 bytes ~~ total allocations/frees...: 216628/216628 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ json string min len.......: 590 chars -~~ json string max len.......: 1231 chars -~~ json string avg len.......: 895 chars +~~ json message min len.......: 590 chars +~~ json message max len.......: 1231 chars +~~ json message avg len.......: 895 chars diff --git a/test/results/disable_protocols/pluralsight.pcap.out b/test/results/disable_protocols/pluralsight.pcap.out index 7cd16ca4a..287ccb6ac 100644 --- a/test/results/disable_protocols/pluralsight.pcap.out +++ b/test/results/disable_protocols/pluralsight.pcap.out @@ -69,6 +69,6 @@ ~~ total memory freed........: 11545654 bytes ~~ total allocations/frees...: 216780/216780 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ json string min len.......: 563 chars -~~ json string max len.......: 2533 chars -~~ json string avg len.......: 1547 chars +~~ json message min len.......: 563 chars +~~ json message max len.......: 2533 chars +~~ json message avg len.......: 1547 chars diff --git a/test/results/disable_protocols/quic-mvfst-27.pcapng.out b/test/results/disable_protocols/quic-mvfst-27.pcapng.out index d3d43fa3d..35647c78d 100644 --- a/test/results/disable_protocols/quic-mvfst-27.pcapng.out +++ b/test/results/disable_protocols/quic-mvfst-27.pcapng.out @@ -20,6 +20,6 @@ ~~ total memory freed........: 11486063 bytes ~~ total allocations/frees...: 216666/216666 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ json string min len.......: 586 chars -~~ json string max len.......: 2285 chars -~~ json string avg len.......: 1430 chars +~~ json message min len.......: 586 chars +~~ json message max len.......: 2285 chars +~~ json message avg len.......: 1430 chars diff --git a/test/results/disable_protocols/soap.pcap.out b/test/results/disable_protocols/soap.pcap.out index 68d3f2e4e..c89beded1 100644 --- a/test/results/disable_protocols/soap.pcap.out +++ b/test/results/disable_protocols/soap.pcap.out @@ -34,6 +34,6 @@ ~~ total memory freed........: 11484454 bytes ~~ total allocations/frees...: 216675/216675 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -~~ json string min len.......: 549 chars -~~ json string max len.......: 2479 chars -~~ json string avg len.......: 1513 chars +~~ json message min len.......: 549 chars +~~ json message max len.......: 2479 chars +~~ json message avg len.......: 1513 chars |