I also found some other errors:
[29630](/usr/local/lib/nessus/plugins/rpcinfo.nasl) Undefined function
'stream_error'
register_stream(s:data);
tcp_rpc_server = udp_rpc_server = NULL;
repeat
{
value = xdr_getdword();
if (value)
{
program = xdr_getdword();
version = xdr_getdword();
protocol = xdr_getdword();
port = xdr_getdword();
if (stream_error())
break;
add_rpc_server (program, v:version, protorotocol, portort);
}
}
[29843](/usr/local/lib/nessus/plugins/rpc_rstatd.nasl) Undefined function
'get_rpc_port2'
[29843](/usr/local/lib/nessus/plugins/rpc_rstatd.nasl) Undefined function
'get_rpc_port2'
RPC_PROG = 100001;
tcp = 0;
port = get_rpc_port2(program:RPC_PROG, protocol:IPPROTO_UDP);
if (!port)
{
port = get_rpc_port2(program:RPC_PROG, protocol:IPPROTO_TCP);
tcp = 1;
}
[29848](/usr/local/lib/nessus/plugins/rusers_output.nasl) Undefined function
'get_rpc_port2'
port = get_rpc_port2(program:RPC_PROG, protocol:IPPROTO_UDP);
Found function code in sunrpc_func.inc:
function get_rpc_port(program, protocol, portmap)
{
local_var port, broken;
if(isnull(portmap))
{
port = int(get_kb_item("rpc/portmap"));
if (port == 0)
port = 111;
}
else
port = portmap;
TIA,
-Orlando
On 7/23/07, Renaud Deraison <[EMAIL PROTECTED]> wrote:
On Jul 24, 2007, at 1:18 AM, Orlando Castro wrote:
> Hi All,
>
> I'm running nessus 2.2.8. When checking the logs, I
> continually see the following entry:
>
> [23174](/usr/local/lib/nessus/plugins/
> symantec_ghost_status_detect.nasl) Undefined function 'fill_list'
>
Hi,
In this context, this message is harmless but annoying nonetheless
(fill_list() is 3.x-specific). We've commited a fix which will make
it go away next time you update your plugins.
Thanks,
-- Renaud
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus