[Bro-Dev] #555: Logging framework path_func

Bro Tracker bro at tracker.bro-ids.org
Fri Aug 12 07:03:25 PDT 2011


#555: Logging framework path_func
---------------------+--------------------
 Reporter:  seth     |      Owner:  robin
     Type:  Problem  |     Status:  new
 Priority:  High     |  Milestone:  Bro1.6
Component:  Bro      |    Version:
 Keywords:           |
---------------------+--------------------
 In the Log::Filter type, the $path_func record field is incomplete.  The
 field looks like this now:

 {{{
                 path_func: function(id: ID, path: string): string
 &optional;
 }}}

 It needs to also receive a reference to the actual log line like $pred
 field (with the any type) so that the function prototype would look like
 this:

 {{{
                 path_func: function(id: ID, path: string, rec: any):
 string &optional;
 }}}

-- 
Ticket URL: <http://tracker.bro-ids.org/bro/ticket/555>
Bro Tracker <http://tracker.bro-ids.org/bro>
Bro Issue Tracker



More information about the bro-dev mailing list