mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
and modernize script.
thanks Seth.
This commit is contained in:
parent
5e8e12182a
commit
cfada61672
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ event ssl_established(c: connection) &priority=5
|
||||||
local i = 1;
|
local i = 1;
|
||||||
for ( line in lines )
|
for ( line in lines )
|
||||||
{
|
{
|
||||||
if ( byte_len(lines[i]) > 0 )
|
if ( |lines[i]| > 0 )
|
||||||
{
|
{
|
||||||
print outfile, lines[i];
|
print outfile, lines[i];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue