summaryrefslogtreecommitdiff
path: root/net/trafshow/patches
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2002-05-11 10:21:28 +0000
committerzuntum <zuntum@pkgsrc.org>2002-05-11 10:21:28 +0000
commit159051ca7272522340afe42e97a592eab10e0500 (patch)
tree9d46cf71a2c70b410c82456b860ed8d600753191 /net/trafshow/patches
parent5b728a2271201c615635f3efa11c0f910f3e63c9 (diff)
downloadpkgsrc-159051ca7272522340afe42e97a592eab10e0500.tar.gz
Check in fix from tron@netbsd.org so that now trafshow works with "ppp"
interface as well as with others. If you're using "pppd" and want to be able to use trafshow to see what's going on on this interface, you want to update. Bumb PKGREVISION
Diffstat (limited to 'net/trafshow/patches')
-rw-r--r--net/trafshow/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/trafshow/patches/patch-aa b/net/trafshow/patches/patch-aa
new file mode 100644
index 00000000000..5502fece78f
--- /dev/null
+++ b/net/trafshow/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2002/05/11 10:21:29 zuntum Exp $
+
+--- interfaces.c.orig Sat Aug 22 10:19:03 1998
++++ interfaces.c
+@@ -209,6 +209,9 @@
+ { if_slip, DLT_SLIP_BSDOS }, /* libpcap stupid fake */
+ #endif
+ { if_ppp, DLT_PPP }, /* PPP */
++#ifdef DLT_PPP_SERIAL
++ { if_ppp, DLT_PPP_SERIAL }, /* PPP */
++#endif
+ #ifdef DLT_PPP_BSDOS
+ { if_ppp, DLT_PPP_BSDOS }, /* libpcap stupid fake */
+ #endif