You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
929 B

--- a/include/argus/bootp.h
+++ b/include/argus/bootp.h
@@ -45,6 +45,8 @@
unsigned char bp_vend[64]; /* vendor-specific area */
};
+extern struct bootp *bp;
+
/*
* UDP port numbers, server and client.
*/
--- a/argus/ArgusUdp.c
+++ b/argus/ArgusUdp.c
@@ -40,9 +40,6 @@
#include <argus_compat.h>
#include <ArgusModeler.h>
-#include <argus/bootp.h>
-struct bootp *bp;
-
void ArgusUpdateUDPState (struct ArgusModelerStruct *, struct ArgusFlowStruct *, unsigned char *);
void
--- a/argus/ArgusUdt.c
+++ b/argus/ArgusUdt.c
@@ -40,9 +40,6 @@
#include <argus_compat.h>
#include <ArgusModeler.h>
-#include <argus/bootp.h>
-struct bootp *bp;
-
struct ArgusSystemFlow *
ArgusCreateUDTFlow (struct ArgusModelerStruct *model, struct udt_header *udt)
{
--- a/argus/ArgusModeler.c
+++ b/argus/ArgusModeler.c
@@ -43,7 +43,6 @@
#include <argus.h>
-#include <argus/bootp.h>
#include <signal.h>
#include <sched.h>