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

Bro Tracker bro at tracker.bro-ids.org
Fri Jan 13 22:14:12 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:
Resolution:                   |   Keywords:
------------------------------+--------------------

Comment (by gregor):

 On 1/10/12 8:40 , Bro Tracker wrote:
 >#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";
 >  }}}

 We would need to use async / non-blocking I/O then.

 cu
 gregor

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



More information about the bro-dev mailing list