mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Adds some comments and fixes a broxygen warning.
This commit is contained in:
parent
6909d0de87
commit
b92a68e2bd
2 changed files with 5 additions and 1 deletions
|
@ -218,7 +218,7 @@ event file_over_new_connection(f: fa_file, c: connection, is_orig: bool) &priori
|
|||
{
|
||||
if ( c?$rdp && f$source == "RDP" )
|
||||
{
|
||||
## Count up X509 certs.
|
||||
# Count up X509 certs.
|
||||
++c$rdp$cert_count;
|
||||
|
||||
Files::add_analyzer(f, Files::ANALYZER_X509);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue