zeek/scripts/base/frameworks
Robin Sommer 19c1816ebb Infrastructure for modularizing protocol analyzers.
There's now a new directory "src/protocols/", and the plan is for each
protocol analyzer to eventually have its own subdirectory in there
that contains everything it defines (C++/pac/bif). The infrastructure
to make that happen is in place, and two analyzers have been
converted to the new model, HTTP and SSL; there's no further
HTTP/SSL-specific code anywhere else in the core anymore (I believe :-)

Further changes:

    - -N lists available plugins, -NN lists more details on what these
      plugins provide (analyzers, bif elements). (The latter does not
      work for analyzers that haven't been converted yet).

    - *.bif.bro files now go into scripts/base/bif/; and
      scripts/base/bif/plugins/ for bif files provided by plugins.

    - I've factored out the bifcl/binpac CMake magic from
      src/CMakeLists.txt to cmake/{BifCl,Binpac}

    - There's a new cmake/BroPlugin that contains magic to allow
      plugins to have a simple CMakeLists.txt. The hope is that
      eventually the same CMakeLists.txt can be used for compiling a
      plugin either statically or dynamically.

    - bifcl has a new option -c that changes the code it generates so
      that it can be used with a plugin.

TODOs:
    - "make install" is probably broken.
    - Broxygen is probably broken for plugin-defined events.
    - event groups are broken (do we want to keep them?)
2013-03-29 19:59:31 -07:00
..
analyzer Infrastructure for modularizing protocol analyzers. 2013-03-29 19:59:31 -07:00
cluster s/bro-ids.org/bro.org/g 2013-03-07 19:33:04 -08:00
communication Merge remote-tracking branch 'vlad/info_record_fixes' 2012-07-13 16:20:49 -07:00
control Enable Bro to communicate with peers over non-global IPv6 addresses. 2012-05-17 12:59:20 -05:00
dpd First prototype of new analyzer framework. 2013-03-26 11:05:38 -07:00
input Infrastructure for modularizing protocol analyzers. 2013-03-29 19:59:31 -07:00
intel Fix some warnings from sphinx when building docs. 2012-11-15 16:40:18 -06:00
logging Infrastructure for modularizing protocol analyzers. 2013-03-29 19:59:31 -07:00
metrics Fixing a warning from the documentation generation. 2012-01-06 16:50:20 -05:00
notice Merge remote-tracking branch 'origin/topic/seth/notice-framework-updates' 2013-03-06 16:45:30 -08:00
packet-filter Checkpoint after pass. 2012-02-15 13:07:08 -08:00
reporter Change reporter messages to more reliably print to stderr. 2013-01-18 12:46:00 -06:00
signatures remove the byte_len and length bifs 2013-03-06 13:45:42 -08:00
software Update software version parsing and comparison to account for a third numeric subversion. 2013-02-06 13:59:05 -05:00
tunnels First prototype of new analyzer framework. 2013-03-26 11:05:38 -07:00