Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
$NetBSD: patch-aa,v 1.1 2009/07/07 21:20:37 joerg Exp $
--- iftop.c.orig 2009-07-05 17:30:23.000000000 +0200
+++ iftop.c
@@ -528,6 +528,12 @@ void packet_init() {
else if(dlt == DLT_PPP) {
packet_handler = handle_ppp_packet;
}
+#ifdef DLT_PPP_SERIAL
+ else if(dlt == DLT_PPP_SERIAL) {
+ packet_handler = handle_ppp_packet;
+ }
+
+#endif
/*
* SLL support not available in older libpcaps
*/