removed TODO, p0f v3 doesn't need that extra info

This commit is contained in:
Matt Simerson 2012-05-04 14:25:27 -04:00 committed by Robert
parent c3626f2123
commit c44db8c9e2

View File

@ -55,10 +55,6 @@ sub start_connection {
$remote_ip = inet_ntoa($iaddr);
$remote_host = gethostbyaddr($iaddr, AF_INET) || "[$remote_ip]";
$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]");