argus-3.0.0.rc.4 now available
Peter Van Epp
vanepp at sfu.ca
Thu Jun 8 16:17:55 EDT 2006
And with this one argus builds (don't know if it runs yet though :-))
on OpenBSD3.8:
*** argus/ArgusIgmp.c.orig Thu Jun 8 05:50:18 2006
--- argus/ArgusIgmp.c Thu Jun 8 05:55:29 2006
***************
*** 35,40 ****
--- 35,46 ----
#include <ArgusSource.h>
#include <ArgusUtil.h>
+ #if defined(__OpenBSD__)
+ #define IGMP_V1_MEMBERSHIP_REPORT IGMP_v1_HOST_MEMBERSHIP_REPORT
+ #define IGMP_V2_MEMBERSHIP_REPORT IGMP_v2_HOST_MEMBERSHIP_REPORT
+ #define IGMP_V2_LEAVE_GROUP IGMP_HOST_LEAVE_MESSAGE
+ #endif
+
struct ArgusFlow *ArgusCreateIGMPv6Flow (struct ArgusModelerStruct *, struct igmp *);
struct ArgusFlow *ArgusCreateIGMPFlow (struct ArgusModelerStruct *, struct ip *);
More information about the argus
mailing list