openbsd-ports/net/snort/patches/patch-src_decode_h
lteo fe1ba045cb Update to Snort 2.9.6.0, from maintainer Markus Lude.
Tested on sparc64 by Markus; tested on amd64 and macppc by myself.
2014-01-30 03:23:48 +00:00

16 lines
735 B
Plaintext

$OpenBSD: patch-src_decode_h,v 1.6 2014/01/30 03:23:48 lteo Exp $
--- src/decode.h.orig Tue Dec 31 17:07:53 2013
+++ src/decode.h Thu Jan 23 23:02:17 2014
@@ -814,9 +814,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.
*/