sethhall / bro-myricom

Bro plugin to receive packets through the Myricom Sniffer API
Other
5 stars 2 forks source link

plugin fails to build with 3.1.0 #8

Open klehigh opened 4 years ago

klehigh commented 4 years ago

The configure script refers to bro-config, which fails.

Also, the iosource changes appear to break the build process :

bro-myricom/src/Plugin.cc:10:34: error: no type named 'PktSrcComponent' in namespace 'iosource' AddComponent(new ::iosource::PktSrcComponent("MyricomReader", "myricom", ::iosource::PktSrcComponent::LIVE, ::iosource::pktsrc::MyricomSource::InstantiateM...

klehigh commented 4 years ago

Here is a hacked up configure script that should work w/ 3.0 and above.

https://gist.github.com/klehigh/e9bfb566f4707bd8e45b7ff37902f97d

klehigh commented 4 years ago

This is probably a better configure than mine : https://github.com/zeek/package-manager/blob/master/testing/packages/rot13/configure