Direction and IP/TCP timeout settings
Craig Merchant
cmerchant at responsys.com
Fri Jul 19 19:15:39 EDT 2013
That worked. Thanks!
-----Original Message-----
From: Mike Iglesias [mailto:iglesias at uci.edu]
Sent: Friday, July 19, 2013 3:41 PM
To: Craig Merchant
Cc: Carter Bullard; Argus (argus-info at lists.andrew.cmu.edu)
Subject: Re: [ARGUS] Direction and IP/TCP timeout settings
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