removed TODO, p0f v3 doesn't need that extra info
This commit is contained in:
parent
c3626f2123
commit
c44db8c9e2
@ -55,10 +55,6 @@ sub start_connection {
|
|||||||
$remote_ip = inet_ntoa($iaddr);
|
$remote_ip = inet_ntoa($iaddr);
|
||||||
$remote_host = gethostbyaddr($iaddr, AF_INET) || "[$remote_ip]";
|
$remote_host = gethostbyaddr($iaddr, AF_INET) || "[$remote_ip]";
|
||||||
$remote_info = $remote_host;
|
$remote_info = $remote_host;
|
||||||
### TODO
|
|
||||||
# set $remote_port, $local_ip, and $local_port. Those values are
|
|
||||||
# required for the p0f plugin to function.
|
|
||||||
### /TODO
|
|
||||||
}
|
}
|
||||||
$self->log(LOGNOTICE, "Connection from $remote_info [$remote_ip]");
|
$self->log(LOGNOTICE, "Connection from $remote_info [$remote_ip]");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user