- Apr 11, 2020
-
-
Paul Warren authored
-
- Oct 03, 2018
-
-
Paul Warren authored
Guido Jäkel <Guido.Jaekel@GMX.DE>
-
- Mar 22, 2017
-
-
Paul Warren authored
Robert Scheck <robert@fedoraproject.org>
-
- Feb 06, 2017
-
-
- Jan 05, 2017
-
-
Paul Warren authored
-
Paul Warren authored
When packets that are too short to be valid IP packets happen to start with 0x45 or 0x60, iftop will still try to read source and destination addresses, which will usually just be random garbage. Note the assumption about what libpcap guarantees in the comments to handle_ip_packet(): * It is assumed that the snaplen (currently hard-coded to 1000) is * big enough to always capture the IP header past the L2 encap, and * that pcap never truncates the packet to less than snaplen; in * other words, that pcaphdr->caplen = MIN(pcaphdr->len, snaplen).
-
- Jan 04, 2017
-
-
Paul Warren authored
Add a "-u unit" CLI option, as well as a "bandwidth-unit" configuration file option. With "-u packets", traffic is accounted using packets per second; the other options are "-u bits" and "-u bytes". "-B" is still recognized as synonym to "-u bytes". The default is "-u bits", keeping the current behaviour of iftop (everything is in bits/s, except the cumulative totals).
-
Paul Warren authored
-
Paul Warren authored
-
Paul Warren authored
iftop would display portions of mac address with large ffffff prefixes. Make if_hw_addr type consistent. Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
-
- Jan 03, 2017
-
-
Paul Warren authored
-
Paul Warren authored
-
Paul Warren authored
On exit, call pcap_close() so that any resources used internally by libpcap can be cleaned up. http://lists.beasts.org/pipermail/iftop-users/2016-September/000455.html
-
Paul Warren authored
-
Paul Warren authored
-
Paul Warren authored
-
- Mar 31, 2014
-
-
pdw authored
-
- Jan 19, 2014
- Jan 05, 2014
- Jan 02, 2014
-
-
pdw authored
Robert Scheck <robert@fedoraproject.org>
-
- Jan 01, 2014
-
-
pdw authored
-
pdw authored
-
pdw authored
It restores compilability and most functionality for GNU/Linux, GNU/kFreeBSD, FreeBSD, OpenBSD, OpenSolaris/NexentaCore.
-
pdw authored
-
pdw authored
Gerrit Renker <renker@ualberta.ca>
-
pdw authored
(IPv6). Patch by Andreas Schwab <schwab@linux-m68k.org>
-
pdw authored
Antink <rha@open.ch>
-
pdw authored
-
pdw authored
-
pdw authored
assertion failure if an "invalid" (as in outside of IPv4 or IPv6) address family is passed to nss-myhostname's gethostbyaddr_r(). For further information please have a look to Red Hat Bugzilla IDs #839750, #847124, #868065, #961236 and #1007434: - https://bugzilla.redhat.com/show_bug.cgi?id=839750 - https://bugzilla.redhat.com/show_bug.cgi?id=847124 - https://bugzilla.redhat.com/show_bug.cgi?id=868065 - https://bugzilla.redhat.com/show_bug.cgi?id=961236 - https://bugzilla.redhat.com/show_bug.cgi?id=1007434
-
pdw authored
Patch by Olivier Allard-Jacquin <olivieraj@free.fr> Debian bug ID #677141: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677141
-
pdw authored
Noticed by Toralf Förster <toralf.foerster@gmx.de>
-
- Nov 19, 2013
-
-
pdw authored
-
- Oct 04, 2011