Function fill_list(), is added in Nessus 3. So install latest Nessus 3.x and
try.
Follow this link for more info.
http://mail.nessus.org/pipermail/nessus/2005-December/014132.html

On 7/24/07, Orlando Castro <[EMAIL PROTECTED]> 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'

Here is the code snippet:

function mklist()
{
local_var ret;
local_var i, l;

l = max_index (_FCT_ANON_ARGS);

ret = fill_list(length:l, value:0);

for (i=0 ; i<l ; i++)
ret[i] = _FCT_ANON_ARGS[i];

return ret;
}

What could I add to the code to make this error go away? Would this work:

function fill_list(length, value)

TIA,

-oly



_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus




--
Thanks,
Pavithra.H
Research Analyst, Thirdbrigade Labs
Bangalore
_______________________________________________
Nessus mailing list
[email protected]
http://mail.nessus.org/mailman/listinfo/nessus

Reply via email to