openbsd-ports/net/snort/patches/patch-src_util_h
lteo a231fe5be2 Update to Snort 2.9.13 from maintainer Markus Lude, with a note in
patch-src_dynamic-plugins_sf_engine_Makefile_in to indicate that
libsf_sorules is disabled.
2019-06-02 02:07:44 +00:00

23 lines
693 B
Plaintext

$OpenBSD: patch-src_util_h,v 1.8 2019/06/02 02:07:44 lteo Exp $
Index: src/util.h
--- src/util.h.orig
+++ src/util.h
@@ -50,6 +50,7 @@
#include "sflsq.h"
#include "sfutil/sf_ipvar.h"
#include "ipv6_port.h"
+#include "pcap_pkthdr32.h"
#include "control/sfcontrol.h"
/* Macros *********************************************************************/
@@ -162,7 +163,7 @@ typedef struct _IntervalStats
void StoreSnortInfoStrings(void);
int DisplayBanner(void);
int gmt2local(time_t);
-void ts_print(register const struct timeval *, char *);
+void ts_print(register const struct sf_timeval32 *, char *);
char *copy_argv(char **);
void strip(char *);
double CalcPct(uint64_t, uint64_t);