From 96305aa4aad5b5452e1c11ca4c0b77a17c70636f Mon Sep 17 00:00:00 2001 From: Vern Paxson Date: Fri, 6 Dec 2024 16:29:28 -0800 Subject: [PATCH] BTest baseline updates for compile-to-C++ --- .../bifs.disable_analyzer-early/out | 2 +- .../bifs.disable_analyzer-hook/out | 8 +++---- .../Baseline.cpp/bifs.disable_analyzer/out | 2 +- .../btest/Baseline.cpp/bifs.type_aliases/out | 22 ------------------- .../cluster.generic.errors/.stderr | 15 +++++++++++++ .../cluster.generic.errors/.stdout | 10 +++++++++ .../cluster.generic.make_event/.stderr | 7 ++++++ .../.stdout | 4 ++-- .../.stdout | 4 ++-- .../Baseline.cpp/core.expr-exception/output | 18 +++++++-------- .../language.expire-expr-error/output | 4 ++-- .../language.expire-func-undef/output | 21 ------------------ .../.stdout | 20 ++++++++--------- 13 files changed, 63 insertions(+), 74 deletions(-) delete mode 100644 testing/btest/Baseline.cpp/bifs.type_aliases/out create mode 100644 testing/btest/Baseline.cpp/cluster.generic.errors/.stderr create mode 100644 testing/btest/Baseline.cpp/cluster.generic.errors/.stdout create mode 100644 testing/btest/Baseline.cpp/cluster.generic.make_event/.stderr delete mode 100644 testing/btest/Baseline.cpp/language.expire-func-undef/output diff --git a/testing/btest/Baseline.cpp/bifs.disable_analyzer-early/out b/testing/btest/Baseline.cpp/bifs.disable_analyzer-early/out index b72c958aef..5741db6901 100644 --- a/testing/btest/Baseline.cpp/bifs.disable_analyzer-early/out +++ b/testing/btest/Baseline.cpp/bifs.disable_analyzer-early/out @@ -3,5 +3,5 @@ proto confirm, AllAnalyzers::ANALYZER_ANALYZER_HTTP T http_request, GET, /style/enhanced.css total http messages, { -[[orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp]] = 1 +[[orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp, proto=6]] = 1 } diff --git a/testing/btest/Baseline.cpp/bifs.disable_analyzer-hook/out b/testing/btest/Baseline.cpp/bifs.disable_analyzer-hook/out index c72bc161e8..750269ab42 100644 --- a/testing/btest/Baseline.cpp/bifs.disable_analyzer-hook/out +++ b/testing/btest/Baseline.cpp/bifs.disable_analyzer-hook/out @@ -1,16 +1,16 @@ ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. proto confirm, AllAnalyzers::ANALYZER_ANALYZER_HTTP http_request, GET, /style/enhanced.css -preventing disable_analyzer, [orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp], AllAnalyzers::ANALYZER_ANALYZER_HTTP, 3, 1 +preventing disable_analyzer, [orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp, proto=6], AllAnalyzers::ANALYZER_ANALYZER_HTTP, 3, 1 F http_reply, 200 http_request, GET, /script/urchin.js -preventing disable_analyzer, [orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp], AllAnalyzers::ANALYZER_ANALYZER_HTTP, 3, 3 +preventing disable_analyzer, [orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp, proto=6], AllAnalyzers::ANALYZER_ANALYZER_HTTP, 3, 3 F http_reply, 200 http_request, GET, /images/template/screen/bullet_utility.png -allowing disable_analyzer, [orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp], AllAnalyzers::ANALYZER_ANALYZER_HTTP, 3, 5 +allowing disable_analyzer, [orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp, proto=6], AllAnalyzers::ANALYZER_ANALYZER_HTTP, 3, 5 T total http messages, { -[[orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp]] = 5 +[[orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp, proto=6]] = 5 } diff --git a/testing/btest/Baseline.cpp/bifs.disable_analyzer/out b/testing/btest/Baseline.cpp/bifs.disable_analyzer/out index 2a4cdae144..6c14045611 100644 --- a/testing/btest/Baseline.cpp/bifs.disable_analyzer/out +++ b/testing/btest/Baseline.cpp/bifs.disable_analyzer/out @@ -3,5 +3,5 @@ proto confirm, AllAnalyzers::ANALYZER_ANALYZER_HTTP http_request, GET, /style/enhanced.css T total http messages, { -[[orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp]] = 1 +[[orig_h=192.168.1.104, orig_p=1673/tcp, resp_h=63.245.209.11, resp_p=80/tcp, proto=6]] = 1 } diff --git a/testing/btest/Baseline.cpp/bifs.type_aliases/out b/testing/btest/Baseline.cpp/bifs.type_aliases/out deleted file mode 100644 index dab1c31ead..0000000000 --- a/testing/btest/Baseline.cpp/bifs.type_aliases/out +++ /dev/null @@ -1,22 +0,0 @@ -### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. -type aliases for 'RED enum val': ColorAlias Color -type aliases for 'Color enum type': ColorAlias Color -type aliases for 'MyRec val': MyRec MyRecAlias -type aliases for 'MyRecAlias val': MyRec MyRecAlias -type aliases for 'MyRec type': MyRec MyRecAlias -type aliases for 'MyRecalias type': MyRec MyRecAlias -type aliases for 'MyString val': it's just a 'string' -type aliases for 'MyString type': MyString AnotherString -type aliases for 'MyOtherString type': MyOtherString -type aliases for 'AnotherString type': MyString AnotherString -type aliases for 'string literal value': it's just a 'string' -type aliases for 'count literal value': it's just a 'count' -type aliases for 'MyTable value': it's just a 'table[count] of string' -type aliases for 'MyTable2 value': it's just a 'table[count] of string' -type aliases for 'MyTable3 value': it's just a 'table[count] of string' -type aliases for 'MyTable4 value': it's just a 'table[count] of string' -type aliases for 'MyTable type': MyTable2 MyTable3 MyTable MyTable4 -type aliases for 'MyTable2 type': MyTable2 MyTable3 MyTable MyTable4 -type aliases for 'MyTable3 type': MyTable2 MyTable3 MyTable MyTable4 -type aliases for 'MyTable4 type': MyTable2 MyTable3 MyTable MyTable4 -type aliases for 'table value': it's just a 'table[count] of string' diff --git a/testing/btest/Baseline.cpp/cluster.generic.errors/.stderr b/testing/btest/Baseline.cpp/cluster.generic.errors/.stderr new file mode 100644 index 0000000000..8e82f08d99 --- /dev/null +++ b/testing/btest/Baseline.cpp/cluster.generic.errors/.stderr @@ -0,0 +1,15 @@ +### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. +error in <...>/errors.zeek (C++), line 16: no event arguments given (<___>testing_btest__tmp_cluster_generic_errors_errors_zeek__zeek_init__36__zf: function() : void()) +error in <...>/errors.zeek (C++), line 16: not enough arguments (<___>testing_btest__tmp_cluster_generic_errors_errors_zeek__zeek_init__36__zf: function() : void()) +error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 0, expect 2 +error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 0, expect 2 +error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 1, expect 2 +error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 1, expect 2 +error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 3, expect 2 +error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 3, expect 2 +error in <...>/errors.zeek (C++), line 37: event parameter #2 type mismatch, got count, expecting string +error in <...>/errors.zeek (C++), line 37: event parameter #2 type mismatch, got count, expecting string +error in <...>/errors.zeek (C++), line 37: unexpected function type for hook1: hook +error in <...>/errors.zeek (C++), line 37: unexpected function type for hook1: hook +error in <...>/errors.zeek (C++), line 37: expected function or record as first argument, got count (<___>testing_btest__tmp_cluster_generic_errors_errors_zeek__zeek_init__37__zf: function() : void()) +error in <...>/errors.zeek (C++), line 37: got non-event type 'count' (<___>testing_btest__tmp_cluster_generic_errors_errors_zeek__zeek_init__37__zf: function() : void()) diff --git a/testing/btest/Baseline.cpp/cluster.generic.errors/.stdout b/testing/btest/Baseline.cpp/cluster.generic.errors/.stdout new file mode 100644 index 0000000000..ee431b2959 --- /dev/null +++ b/testing/btest/Baseline.cpp/cluster.generic.errors/.stdout @@ -0,0 +1,10 @@ +### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. +wrong number of args +r1, [ev=, args=[]] +r2, [ev=, args=[]] +r3, [ev=, args=[]] +r4, [ev=, args=[]] +wrong types +r1, [ev=, args=[]] +r2, [ev=, args=[]] +r3, [ev=, args=[]] diff --git a/testing/btest/Baseline.cpp/cluster.generic.make_event/.stderr b/testing/btest/Baseline.cpp/cluster.generic.make_event/.stderr new file mode 100644 index 0000000000..9e77528b32 --- /dev/null +++ b/testing/btest/Baseline.cpp/cluster.generic.make_event/.stderr @@ -0,0 +1,7 @@ +### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. +error in <...>/make_event.zeek (C++), line 30: not enough arguments (<___>testing_btest__tmp_cluster_generic_make_event_make_event_zeek__zeek_init__39__zf: function() : void()) +error in <...>/make_event.zeek (C++), line 35: got non-event type 'string' (<___>testing_btest__tmp_cluster_generic_make_event_make_event_zeek__zeek_init__40__zf: function() : void()) +error in <...>/make_event.zeek (C++), line 40: unexpected function type for test_fun: function +error in <...>/make_event.zeek (C++), line 45: unexpected function type for test_hook: hook +error in <...>/make_event.zeek (C++), line 50: bad number of arguments for test_event2: got 0, expect 1 +error in <...>/make_event.zeek (C++), line 55: bad number of arguments for test_event2: got 2, expect 1 diff --git a/testing/btest/Baseline.cpp/core.analyzer-confirmation-violation-info-ftp/.stdout b/testing/btest/Baseline.cpp/core.analyzer-confirmation-violation-info-ftp/.stdout index 1e4f9aa98a..a901d6fb47 100644 --- a/testing/btest/Baseline.cpp/core.analyzer-confirmation-violation-info-ftp/.stdout +++ b/testing/btest/Baseline.cpp/core.analyzer-confirmation-violation-info-ftp/.stdout @@ -1,3 +1,3 @@ ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. -analyzer_confirmation_info, AllAnalyzers::ANALYZER_ANALYZER_FTP, [orig_h=2001:470:1f05:17a6:d69a:20ff:fefd:6b88, orig_p=24316/tcp, resp_h=2001:6a8:a40::21, resp_p=21/tcp], 3 -analyzer_violation_info, AllAnalyzers::ANALYZER_ANALYZER_FTP, non-numeric reply code, [orig_h=2001:470:1f05:17a6:d69a:20ff:fefd:6b88, orig_p=24316/tcp, resp_h=2001:6a8:a40::21, resp_p=21/tcp], 3, SSH-2.0-mod_sftp/0.9.7 +analyzer_confirmation_info, AllAnalyzers::ANALYZER_ANALYZER_FTP, [orig_h=2001:470:1f05:17a6:d69a:20ff:fefd:6b88, orig_p=24316/tcp, resp_h=2001:6a8:a40::21, resp_p=21/tcp, proto=6], 3 +analyzer_violation_info, AllAnalyzers::ANALYZER_ANALYZER_FTP, non-numeric reply code, [orig_h=2001:470:1f05:17a6:d69a:20ff:fefd:6b88, orig_p=24316/tcp, resp_h=2001:6a8:a40::21, resp_p=21/tcp, proto=6], 3, SSH-2.0-mod_sftp/0.9.7 diff --git a/testing/btest/Baseline.cpp/core.analyzer-confirmation-violation-info/.stdout b/testing/btest/Baseline.cpp/core.analyzer-confirmation-violation-info/.stdout index af8800750d..16b47e8b21 100644 --- a/testing/btest/Baseline.cpp/core.analyzer-confirmation-violation-info/.stdout +++ b/testing/btest/Baseline.cpp/core.analyzer-confirmation-violation-info/.stdout @@ -1,3 +1,3 @@ ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. -analyzer_confirmation_info, AllAnalyzers::ANALYZER_ANALYZER_SSL, [orig_h=1.1.1.1, orig_p=20394/tcp, resp_h=2.2.2.2, resp_p=443/tcp], 3 -analyzer_violation_info, AllAnalyzers::ANALYZER_ANALYZER_SSL, Invalid version late in TLS connection. Packet reported version: 0, [orig_h=1.1.1.1, orig_p=20394/tcp, resp_h=2.2.2.2, resp_p=443/tcp], 3 +analyzer_confirmation_info, AllAnalyzers::ANALYZER_ANALYZER_SSL, [orig_h=1.1.1.1, orig_p=20394/tcp, resp_h=2.2.2.2, resp_p=443/tcp, proto=6], 3 +analyzer_violation_info, AllAnalyzers::ANALYZER_ANALYZER_SSL, Invalid version late in TLS connection. Packet reported version: 0, [orig_h=1.1.1.1, orig_p=20394/tcp, resp_h=2.2.2.2, resp_p=443/tcp, proto=6], 3 diff --git a/testing/btest/Baseline.cpp/core.expr-exception/output b/testing/btest/Baseline.cpp/core.expr-exception/output index 9ea22c91da..7c9dccba13 100644 --- a/testing/btest/Baseline.cpp/core.expr-exception/output +++ b/testing/btest/Baseline.cpp/core.expr-exception/output @@ -1,19 +1,19 @@ ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. ftp field missing -[orig_h=141.142.220.118, orig_p=48649/tcp, resp_h=208.80.152.118, resp_p=80/tcp] +[orig_h=141.142.220.118, orig_p=48649/tcp, resp_h=208.80.152.118, resp_p=80/tcp, proto=6] ftp field missing -[orig_h=141.142.220.118, orig_p=49997/tcp, resp_h=208.80.152.3, resp_p=80/tcp] +[orig_h=141.142.220.118, orig_p=49997/tcp, resp_h=208.80.152.3, resp_p=80/tcp, proto=6] ftp field missing -[orig_h=141.142.220.118, orig_p=49996/tcp, resp_h=208.80.152.3, resp_p=80/tcp] +[orig_h=141.142.220.118, orig_p=49996/tcp, resp_h=208.80.152.3, resp_p=80/tcp, proto=6] ftp field missing -[orig_h=141.142.220.118, orig_p=49998/tcp, resp_h=208.80.152.3, resp_p=80/tcp] +[orig_h=141.142.220.118, orig_p=49998/tcp, resp_h=208.80.152.3, resp_p=80/tcp, proto=6] ftp field missing -[orig_h=141.142.220.118, orig_p=50000/tcp, resp_h=208.80.152.3, resp_p=80/tcp] +[orig_h=141.142.220.118, orig_p=50000/tcp, resp_h=208.80.152.3, resp_p=80/tcp, proto=6] ftp field missing -[orig_h=141.142.220.118, orig_p=49999/tcp, resp_h=208.80.152.3, resp_p=80/tcp] +[orig_h=141.142.220.118, orig_p=49999/tcp, resp_h=208.80.152.3, resp_p=80/tcp, proto=6] ftp field missing -[orig_h=141.142.220.118, orig_p=50001/tcp, resp_h=208.80.152.3, resp_p=80/tcp] +[orig_h=141.142.220.118, orig_p=50001/tcp, resp_h=208.80.152.3, resp_p=80/tcp, proto=6] ftp field missing -[orig_h=141.142.220.118, orig_p=35642/tcp, resp_h=208.80.152.2, resp_p=80/tcp] +[orig_h=141.142.220.118, orig_p=35642/tcp, resp_h=208.80.152.2, resp_p=80/tcp, proto=6] ftp field missing -[orig_h=141.142.220.235, orig_p=6705/tcp, resp_h=173.192.163.128, resp_p=80/tcp] +[orig_h=141.142.220.235, orig_p=6705/tcp, resp_h=173.192.163.128, resp_p=80/tcp, proto=6] diff --git a/testing/btest/Baseline.cpp/language.expire-expr-error/output b/testing/btest/Baseline.cpp/language.expire-expr-error/output index 0220c1a064..1f379ec328 100644 --- a/testing/btest/Baseline.cpp/language.expire-expr-error/output +++ b/testing/btest/Baseline.cpp/language.expire-expr-error/output @@ -1,3 +1,3 @@ ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. -runtime error in compiled code: no such index -received termination signal +event(), [] +event(s:string), [abc] diff --git a/testing/btest/Baseline.cpp/language.expire-func-undef/output b/testing/btest/Baseline.cpp/language.expire-func-undef/output deleted file mode 100644 index 4e0530b87c..0000000000 --- a/testing/btest/Baseline.cpp/language.expire-func-undef/output +++ /dev/null @@ -1,21 +0,0 @@ -### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. -1299470395.000000 expression error in : value used but not set (segfault::scan_summary) -1299470405.000000 expression error in : value used but not set (segfault::scan_summary) -1299473995.000000 expression error in : value used but not set (segfault::scan_summary) -1299474005.000000 expression error in : value used but not set (segfault::scan_summary) -1299477595.000000 expression error in : value used but not set (segfault::scan_summary) -1299477605.000000 expression error in : value used but not set (segfault::scan_summary) -1299481195.000000 expression error in : value used but not set (segfault::scan_summary) -1299481205.000000 expression error in : value used but not set (segfault::scan_summary) -1299484795.000000 expression error in : value used but not set (segfault::scan_summary) -1299484805.000000 expression error in : value used but not set (segfault::scan_summary) -1299488395.000000 expression error in : value used but not set (segfault::scan_summary) -1299488405.000000 expression error in : value used but not set (segfault::scan_summary) -1299491995.000000 expression error in : value used but not set (segfault::scan_summary) -1299492005.000000 expression error in : value used but not set (segfault::scan_summary) -1299495595.000000 expression error in : value used but not set (segfault::scan_summary) -1299495605.000000 expression error in : value used but not set (segfault::scan_summary) -1299499195.000000 expression error in : value used but not set (segfault::scan_summary) -1299499205.000000 expression error in : value used but not set (segfault::scan_summary) -1299502795.000000 expression error in : value used but not set (segfault::scan_summary) -orig: 10.0.0.2: peers: {\x0a\x0910.0.0.3\x0a} diff --git a/testing/btest/Baseline.cpp/scripts.base.protocols.ssl.prevent-disable-analyzer/.stdout b/testing/btest/Baseline.cpp/scripts.base.protocols.ssl.prevent-disable-analyzer/.stdout index 229c675729..f66615e9e9 100644 --- a/testing/btest/Baseline.cpp/scripts.base.protocols.ssl.prevent-disable-analyzer/.stdout +++ b/testing/btest/Baseline.cpp/scripts.base.protocols.ssl.prevent-disable-analyzer/.stdout @@ -1,11 +1,11 @@ ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. -analyzer_confirmation, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 -encrypted_data, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], T, 22, 32, 1 -established, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp] -disabling_analyzer, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 -preventing disabling_analyzer, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 -encrypted_data, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], F, 22, 32, 2 -encrypted_data, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], T, 23, 31, 3 -encrypted_data, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], T, 23, 17, 4 -disabling_analyzer, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 -allowing disabling_analyzer, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 +analyzer_confirmation, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 +encrypted_data, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], T, 22, 32, 1 +established, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6] +disabling_analyzer, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 +preventing disabling_analyzer, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 +encrypted_data, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], F, 22, 32, 2 +encrypted_data, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], T, 23, 31, 3 +encrypted_data, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], T, 23, 17, 4 +disabling_analyzer, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3 +allowing disabling_analyzer, [orig_h=10.0.0.80, orig_p=56637/tcp, resp_h=68.233.76.12, resp_p=443/tcp, proto=6], AllAnalyzers::ANALYZER_ANALYZER_SSL, 3