From 4629a9f6363612d71d249f19bde78594e7b79e01 Mon Sep 17 00:00:00 2001 From: hubertf Date: Wed, 22 Aug 2001 01:20:26 +0000 Subject: Teach snort about our DLT_PPP_* --- net/snort/patches/patch-aa | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net/snort/patches/patch-aa (limited to 'net') diff --git a/net/snort/patches/patch-aa b/net/snort/patches/patch-aa new file mode 100644 index 00000000000..e815da913f0 --- /dev/null +++ b/net/snort/patches/patch-aa @@ -0,0 +1,15 @@ +$NetBSD: patch-aa,v 1.3 2001/08/22 01:20:26 hubertf Exp $ + +--- snort.c.orig Tue Jul 10 04:47:17 2001 ++++ snort.c +@@ -1266,6 +1266,10 @@ + + break; + ++#ifdef __NetBSD__ ++ case DLT_PPP_SERIAL: /* PPP over serial (async and sync) */ ++ case DLT_PPP_ETHER: /* PPP over Ethernet */ ++#endif + case DLT_PPP: /* point-to-point protocol */ + if(!pv.readmode_flag) + { -- cgit v1.2.3