[Bro-Dev] #749: Extend the file type to be able to represent sockets

Bro Tracker bro at tracker.bro-ids.org
Tue Jan 10 08:40:19 PST 2012


#749: Extend the file type to be able to represent sockets
-----------------------------+--------------------
 Reporter:  seth             |      Owner:
     Type:  Feature Request  |     Status:  new
 Priority:  Normal           |  Milestone:  Bro2.1
Component:  Bro              |    Version:
 Keywords:                   |
-----------------------------+--------------------
 I'd like to be able to create tcp and udp sockets and print to them. For
 example::

 {{{
 global my_socket = open("tcp://1.2.3.4:554");
 print my_socket, "hello";
 }}}

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



More information about the bro-dev mailing list