Direction and IP/TCP timeout settings

Mike Iglesias iglesias at uci.edu
Fri Jul 19 18:40:58 EDT 2013


On 07/19/2013 03:31 PM, Craig Merchant wrote:
> I added this patch at line 2177 of ArgusSource.c and tried make again (after
> doing a make clean), but still got the same error.

I reported this last week and Carter said to comment out 3 lines of code in
argus/ArgusSource.h.  That fixed it for me.

--- ArgusSource.h.dist	2013-07-08 14:33:47.624679146 -0700
+++ ArgusSource.h	2013-07-08 14:34:51.744884590 -0700
@@ -889,9 +889,11 @@
 #ifdef DLT_JUNIPER_ETHER
    { ArgusJuniperPacket,   DLT_JUNIPER_ETHER,  "ArgusJuniperPacket()" },
 #endif
+#ifdef BROKEN_CODE
 #ifdef DLT_IPNET
    { ArgusIpNetPacket,   DLT_IPNET,  "ArgusIpNetPacket()" },
 #endif
+#endif
    { NULL, DLT_NULL, "" },
 #endif
    { NULL, 0, NULL},


-- 
Mike Iglesias                          Email:       iglesias at uci.edu
University of California, Irvine       phone:       949-824-6926
Office of Information Technology       FAX:         949-824-2270




More information about the argus mailing list