gentoo-full-overlay/net-analyzer/argus/files/argus-3.0.7.3-DLT_IPNET.patch

17 lines
538 B
Diff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

In file included from ./ArgusModeler.h:330:0,
from ./argus.h:40,
from ArgusSource.c:67:
./ArgusSource.h:893:6: error: ArgusIpNetPacket undeclared here (not in a function)
--- a/argus/ArgusSource.h
+++ b/argus/ArgusSource.h
@@ -889,9 +889,6 @@
#ifdef DLT_JUNIPER_ETHER
{ ArgusJuniperPacket, DLT_JUNIPER_ETHER, "ArgusJuniperPacket()" },
#endif
-#ifdef DLT_IPNET
- { ArgusIpNetPacket, DLT_IPNET, "ArgusIpNetPacket()" },
-#endif
{ NULL, DLT_NULL, "" },
#endif
{ NULL, 0, NULL},