diff options
author | hubertf <hubertf@pkgsrc.org> | 2001-08-22 01:20:26 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2001-08-22 01:20:26 +0000 |
commit | 4629a9f6363612d71d249f19bde78594e7b79e01 (patch) | |
tree | 3aff5b72ce4ba7ef644875ad17f8b40481f452a2 /net | |
parent | 6a4020f8ba591a2b5dc4ca16147d76acd4741ffd (diff) | |
download | pkgsrc-4629a9f6363612d71d249f19bde78594e7b79e01.tar.gz |
Teach snort about our DLT_PPP_*
Diffstat (limited to 'net')
-rw-r--r-- | net/snort/patches/patch-aa | 15 |
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) + { |