base/protocols/ftp/info.bro
-
FTP
Defines data structures for tracking and logging FTP sessions.
Detailed Interface
Options
-
FTP::default_capture_password
-
This setting changes if passwords used in FTP sessions are
captured or not.
Types
-
FTP::ExpectedDataChannel
Type: | record
- passive:
bool &log
Whether PASV mode is toggled for control channel.
- orig_h:
addr &log
The host that will be initiating the data connection.
- resp_h:
addr &log
The host that will be accepting the data connection.
- resp_p:
port &log
The port at which the acceptor is listening for the data
connection.
|
The expected endpoints of an FTP data channel.
-
FTP::Info
-