[Bro] Question about how to transfer bro data to java

Seth Hall seth at icir.org
Thu Dec 11 06:13:40 PST 2014


> On Dec 11, 2014, at 2:14 AM, Ren, Wenyu <wren3 at illinois.edu> wrote:
> 
> The way I can come up with is to simply traverse the tree and write all the data in the tree in some certain formats to a text file and read that file in java to construct the structure again from scratches. But this seems extremely inefficient. Do you know any better way to do this?

That’s probably not a bad way to go.  No matter what you do you’re going to end up with Bro serializing and then your java code deserializing all of your data.

  .Seth

--
Seth Hall
International Computer Science Institute
(Bro) because everyone has a network
http://www.bro.org/





More information about the Bro mailing list