add function problem

bmorin at supelec-rennes.fr bmorin at supelec-rennes.fr
Mon Sep 18 07:29:55 PDT 2000


Hello,

could someone tell me why this peace of bro-code makes a segmentation fault?

-------------------------------------------------

global sessions : set[conn_id];

event ftp_request(c:connection, command: string, arg:string)
{
	add sessions[c$id];
}

--------------------------------------------------

Thanks

Benjamin Morin





More information about the Bro mailing list