summaryrefslogtreecommitdiff
path: root/net/snort
diff options
context:
space:
mode:
authorhubertf <hubertf>2001-08-22 01:20:26 +0000
committerhubertf <hubertf>2001-08-22 01:20:26 +0000
commit624c1058f49954758f7e7537220116cc0bbab4a4 (patch)
tree3aff5b72ce4ba7ef644875ad17f8b40481f452a2 /net/snort
parente669c5344f0c54b0968b70e6a2e85a60ec90bd0f (diff)
downloadpkgsrc-624c1058f49954758f7e7537220116cc0bbab4a4.tar.gz
Teach snort about our DLT_PPP_*
Diffstat (limited to 'net/snort')
-rw-r--r--net/snort/patches/patch-aa15
1 files changed, 15 insertions, 0 deletions
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)
+ {