Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
netwatch.diff | Make program compile and work on Linux. | Michael Meskes <meskes@debian.org> | no | |||
statnet.diff | Make program compile and work on Linux. | Michael Meskes <meskes@debian.org> | no | |||
tcpblast.diff | Make program compile and work on Linux. | Michael Meskes <meskes@debian.org> | no | |||
tcpspray.diff | Make tcspray work on Debian and add IPv6diff -Naur netdiag-1.0/tcpspray/Makefile netdiag-1.0/tcpspray/Makefile | Mats Erik Andersson <mats.andersson@gisladisker.se> | no | |||
trafshow.diff | Make program compile and work on Linux. | Michael Meskes <meskes@debian.org> | no | |||
adapt_netload_to_bsd.diff | Implement interface statistics for GNU/kFreeBSD. The original source for "netload" uses "/proc/net/dev" to collect information on networkinterfaces. This is not trustworthy for GNU/kFreeBSD. An alternate source using getifaddrs(3) is here introduced for *BSD. . The present implementation works on GNU/Linux, GNU/kFreeBSD, FreeBSD, and OpenBSD. . The format string for parsing the content of "/proc/net/dev" is incorrect, an additional item is present in the string. . A large number of other buffer overrun problems are also meded. The are relevant also for GNU/Linux. |
Mats Erik Andersson <debian@gisladisker.se> | no | 2011-01-11 | ||
adaption_to_kfreebsd.diff | Adaptions to GNU/kFreeBSD. statnet: A replacement macro helps to get compilable code, but it still fails at execution. SOCK_RAW cannot replace SOCK_PACKET, so heavy rewriting would be necessary. . tcpblast: The upstream code is corrupt also for GNU/Linux, but that kernel is more forgiving. The correction implements a working service also for GNU/kFreeBSD. . trafshow: A simple addition of _BSD_SOURCE is sufficient to restore functionality for GNU/kFreeBSD. . netload: This executable is functional in itself, but fails since "/proc/net/dev" is presently broken in GNU/kFreeBSD. . netwatch: The code uses NETLINK with Linux, so can not be easily ported. No hope of even compiling the source in GNU/kFreeBSD. |
Mats Erik Andersson <debian@gisladisker.se> | no | 2010-12-29 | ||
clang-ftbfs.diff | Make program build. | no | ||||
gcc-10.diff | no | |||||
pcap_init.diff | no | |||||
gcc12.patch | Use fixed format string in mvprintw to prevent format string vulnerabilities | Reiner Herrmann <reiner@reiner-h.de> | no | debian | ||
gcc13.patch | Add multiple missing headers and function prototypes=================================================================== | Zixing Liu <zixing.liu@canonical.com> | no | upstream | 2024-04-10 |