mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 04:58:21 +00:00
Renamed utils/conn_ids.bro to utils/conn-ids.bro for consistency.
This commit is contained in:
parent
cee3991822
commit
7ad0af666d
5 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
##! File extraction for FTP.
|
||||
|
||||
@load protocols/ftp
|
||||
@load utils/conn_ids
|
||||
@load utils/conn-ids
|
||||
@load utils/files
|
||||
|
||||
module FTP;
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
@load tuning/defaults/remove-high-volume-notices.bro
|
||||
@load tuning/track-all-assets.bro
|
||||
@load utils/addrs.bro
|
||||
@load utils/conn_ids.bro
|
||||
@load utils/conn-ids.bro
|
||||
@load utils/directions-and-hosts.bro
|
||||
@load utils/files.bro
|
||||
@load utils/numbers.bro
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue