Squashed commit of the following:
commit
1cf8d99a6467a6c5f446ffa5953fca9ecfa45d2b
Author: Victor Roemer <viroemer@cisco.com>
Date: Wed Jan 4 13:55:48 2017 -0500
alert_sf_socket is not supported on OSX
// to ensure PacketManager::log_protocols() is built into Snort++
extern const BaseApi* log_codecs[];
+
+#ifdef __linux__
extern const BaseApi* alert_sf_socket[];
+#endif
#ifdef STATIC_LOGGERS
extern const BaseApi* alert_csv[];
{
// loggers
PluginManager::load_plugins(log_codecs);
+#ifdef __linux__
PluginManager::load_plugins(alert_sf_socket);
+#endif
#ifdef STATIC_LOGGERS
// alerters