mirror of
https://github.com/zeek/zeek.git
synced 2025-10-01 22:28:20 +00:00
Fix indentation of scripts / tests
No functional changes
This commit is contained in:
parent
d42d467965
commit
359c7707e0
2 changed files with 5 additions and 5 deletions
|
@ -46,7 +46,7 @@ event DHCP::log_dhcp(rec: DHCP::Info)
|
|||
$orig_p=rec$client_port,
|
||||
$resp_h=rec$server_addr,
|
||||
$resp_p=rec$server_port,
|
||||
$proto=17]; # DHCP is typically UDP
|
||||
$proto=17]; # DHCP is typically UDP
|
||||
|
||||
if ( rec?$client_software && rec$assigned_addr != 255.255.255.255 )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue