New debug output

Christian

just a little update to keep you posted. I wrote my own little test app
that subscribes to a bunch of connection_* events and then prints out
the various fields of the received connection record.

I have implemented this, but I'm still stuck (see below)

In the process I discovered at least one bug in Bro: communications can
get stuck when the Broccoli app is a pure event requester and not
sending anything. In that case, it can happen that handshake message
exchange doesn't fully complete and afterwards none of the connection
events end up being sent to the Broccoli client.

I believe I could be observing this behavior--the test script hangs. Might this be fixed in the CVS?

Thanks

Mike

Hi Mike,

Christian

> In the process I discovered at least one bug in Bro: communications can
> get stuck when the Broccoli app is a pure event requester and not
> sending anything. In that case, it can happen that handshake message
> exchange doesn't fully complete and afterwards none of the connection
> events end up being sent to the Broccoli client.
>

I believe I could be observing this behavior--the test script hangs. Might
this be fixed in the CVS?

it hasn't been fixed yet -- rather annoyingly we're all pretty short on
cycles at the moment. I'll try to come up with a temporary fix tonight
and will let you know how it goes. Apologies for the delay! :frowning:

No apologies--I appreciate the help. I've been looking at the code trying to figure it out, but it's slow going.

Thanks

Mike