[Bro] Instrumentation plugin (WIP)

Clark, Gilbert gc355804 at ohio.edu
Thu Jun 18 09:36:48 PDT 2015


Hah, nice ... five hours and it's already broken :)  

Also, I've pushed something I believe to be a fix for this issue.  Please give it another try and let me know.

I've also opened an issue for this here: https://github.com/cubic1271/bro-plugin-instrumentation/issues/1

Thanks for taking the time to try this out!

Cheers,
Gilbert

________________________________________
From: Seth Hall <seth at icir.org>
Sent: Thursday, June 18, 2015 10:51 AM
To: Clark, Gilbert
Cc: bro at bro.org
Subject: Re: [Bro] Instrumentation plugin (WIP)

> On Jun 18, 2015, at 7:26 AM, Clark, Gilbert <gc355804 at ohio.edu> wrote:
>
> Questions / comments / concerns / criticism, please feel free to get in touch.

One small thing already, it doesn’t seem to be building for me.  Am I doing something wrong?

/Users/seth/bro/bro-plugin-instrumentation/src/http/civetweb.c:6480:5: error: expected expression
    DEBUG_TRACE("going idle");
    ^
/Users/seth/bro/bro-plugin-instrumentation/src/http/civetweb.c:381:84: note: expanded from macro 'DEBUG_TRACE'
#define DEBUG_TRACE(fmt, ...) DEBUG_TRACE_FUNC(__func__, __LINE__, fmt, __VA_ARGS__)
                                                                                   ^
/Users/seth/bro/bro-plugin-instrumentation/src/http/civetweb.c:6572:5: error: expected expression
    DEBUG_TRACE("exiting");
    ^
/Users/seth/bro/bro-plugin-instrumentation/src/http/civetweb.c:381:84: note: expanded from macro 'DEBUG_TRACE'
#define DEBUG_TRACE(fmt, ...) DEBUG_TRACE_FUNC(__func__, __LINE__, fmt, __VA_ARGS__)
                                                                                   ^
/Users/seth/bro/bro-plugin-instrumentation/src/http/civetweb.c:6724:5: error: expected expression
    DEBUG_TRACE("stopping workers");
    ^
/Users/seth/bro/bro-plugin-instrumentation/src/http/civetweb.c:381:84: note: expanded from macro 'DEBUG_TRACE'
#define DEBUG_TRACE(fmt, ...) DEBUG_TRACE_FUNC(__func__, __LINE__, fmt, __VA_ARGS__)
                                                                                   ^
/Users/seth/bro/bro-plugin-instrumentation/src/http/civetweb.c:6748:5: error: expected expression
    DEBUG_TRACE("exiting");
    ^
/Users/seth/bro/bro-plugin-instrumentation/src/http/civetweb.c:381:84: note: expanded from macro 'DEBUG_TRACE'
#define DEBUG_TRACE(fmt, ...) DEBUG_TRACE_FUNC(__func__, __LINE__, fmt, __VA_ARGS__)
                                                                                   ^
4 errors generated.


  .Seth

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




More information about the Bro mailing list