head 1.2; access; symbols pkgsrc-2017Q3:1.1.0.68 pkgsrc-2017Q3-base:1.1 pkgsrc-2017Q2:1.1.0.64 pkgsrc-2017Q2-base:1.1 pkgsrc-2017Q1:1.1.0.62 pkgsrc-2017Q1-base:1.1 pkgsrc-2016Q4:1.1.0.60 pkgsrc-2016Q4-base:1.1 pkgsrc-2016Q3:1.1.0.58 pkgsrc-2016Q3-base:1.1 pkgsrc-2016Q2:1.1.0.56 pkgsrc-2016Q2-base:1.1 pkgsrc-2016Q1:1.1.0.54 pkgsrc-2016Q1-base:1.1 pkgsrc-2015Q4:1.1.0.52 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.50 pkgsrc-2015Q3-base:1.1 pkgsrc-2015Q2:1.1.0.48 pkgsrc-2015Q2-base:1.1 pkgsrc-2015Q1:1.1.0.46 pkgsrc-2015Q1-base:1.1 pkgsrc-2014Q4:1.1.0.44 pkgsrc-2014Q4-base:1.1 pkgsrc-2014Q3:1.1.0.42 pkgsrc-2014Q3-base:1.1 pkgsrc-2014Q2:1.1.0.40 pkgsrc-2014Q2-base:1.1 pkgsrc-2014Q1:1.1.0.38 pkgsrc-2014Q1-base:1.1 pkgsrc-2013Q4:1.1.0.36 pkgsrc-2013Q4-base:1.1 pkgsrc-2013Q3:1.1.0.34 pkgsrc-2013Q3-base:1.1 pkgsrc-2013Q2:1.1.0.32 pkgsrc-2013Q2-base:1.1 pkgsrc-2013Q1:1.1.0.30 pkgsrc-2013Q1-base:1.1 pkgsrc-2012Q4:1.1.0.28 pkgsrc-2012Q4-base:1.1 pkgsrc-2012Q3:1.1.0.26 pkgsrc-2012Q3-base:1.1 pkgsrc-2012Q2:1.1.0.24 pkgsrc-2012Q2-base:1.1 pkgsrc-2012Q1:1.1.0.22 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.20 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.18 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.16 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.14 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.12 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.10 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.8 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.6 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.4 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.2 pkgsrc-2009Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2017.12.11.10.44.16; author manu; state dead; branches; next 1.1; commitid DYhvkNzDOF97HsiA; 1.1 date 2009.07.07.21.20.37; author joerg; state Exp; branches; next ; desc @@ 1.2 log @Update net/iftop to 1.0pre4 From Changelog: * Remove blinking cursor from UI Gerrit Renker * Treat multicast packets as incoming, rather than incoming (IPv4) or not at all (IPv6). Andreas Schwab * Minor fixes to the man page * Man page documentation of -t mode. * Compile time warning fixes. Markus Koschany * Added text output mode (-t option) Roman Hoog Antink (originally by Patrik Bless) * Fix for memory leak when DNS resolution is turned off http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677141 Olivier Allard-Jacquin * Various typos in the UI Gerben Roest * Documentation fixes A. Costa (via Debian) * Fix for armeb specific bug Lennert Buytenhek (via Debian) * Fix frozen order drives line totals crazy. Max Alekseyev (via Debian) * Fix for crash on arm. Joey Hess (via Debian) * Fixed behaviour of "-b" option. Eric Cooper (via Debian) * Support for PFLOG Interfaces Richard Tóth * Support for IPv6 * Fix for performance issue with address hashing * Fix for failing link address detection for GNU/kfreebsd * Multiple portability fixes Mats Erik Andersson * Improved behaviour of sort in sent/recv only mode Damián Viano * FreeBSD compilation fix * IPv6 reverse resolution Frédéric Perrin * Improved IPv6 code (removed s6_addr32 dependency) * Fixed support for DLT_NULL Scott Bertilson * Typo in usage message * Workaround for PuTTY issue (https://bugzilla.redhat.com/show_bug.cgi?id=546032) * Updates to licence text (change in FSF address) * Avoid an assertion failure if an "invalid" (as in outside of IPv4 or IPv6) address family is encountered (Red Hat bugs #839750, #847124, #868065, #961236 and #1007434) * enable building iftop with more recent versions of autoconf/automake * patch to remove compile time warnings * Fix to avoid system call in text mode wherever possible. Robert Scheck * Attempt to detect if interface is actually up when doing autodetection. * Fixed segfault when selecting interfaces with empty MAC address (e.g. gprs interface on Nokia N900) Graham Inggs * Avoid autodetecting wmaster interfaces * Experimental support for IEEE802_11 radiotap interfaces (DLT 127) * Fixed segfault / hang when supplying multiple -i options * Added missing docs for -m option. @ text @$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 */ @ 1.1 log @NetBSD/current can use the native ncurses. Support PPP interfaces on NetBSD. Bump revision. @ text @d1 1 a1 1 $NetBSD$ @