openbsd-ports/net/snort/patches/patch-src_decode_h
lteo c954675ae6 Update to Snort 2.9.11.1, maintainer timeout.
Also sync pkg/README with reality, add daemon_timeout=120 to the rc.d
script (since Snort can take a while to start with the current rules),
and update/regenerate patches.
2018-01-28 03:09:12 +00:00

17 lines
706 B
Plaintext

$OpenBSD: patch-src_decode_h,v 1.11 2018/01/28 03:09:12 lteo Exp $
Index: src/decode.h
--- src/decode.h.orig
+++ src/decode.h
@@ -835,9 +835,9 @@ typedef struct _SLLHdr {
* Pflog1_Hdr: CVS = 1.3, DLT_OLD_PFLOG = 17, Length = 28
* Pflog2_Hdr: CVS = 1.8, DLT_PFLOG = 117, Length = 48
* Pflog3_Hdr: CVS = 1.12, DLT_PFLOG = 117, Length = 64
- * Pflog3_Hdr: CVS = 1.172, DLT_PFLOG = 117, Length = 100
+ * Pflog4_Hdr: CVS = 1.16, DLT_PFLOG = 117, Length = 100
*
- * Since they have the same DLT, Pflog{2,3}Hdr are distinguished
+ * Since they have the same DLT, Pflog{2,3,4}Hdr are distinguished
* by their actual length. The minimum required length excludes
* padding.
*/