[Iptraf-ng] IPTranf-ng 1.0.0 stable
by Nikola Pajkovsky
Hello
I'd like to announcement first stable release of IPTraf-ng. The
most dramatic feature is new ipv6 support. Less dramatic feature is we
have supported new +14 interfaces and code is compilable with standard
gnu99 with pedantic option and -Werror.
I hope you will enjoy new feature.
<snip changelog>
* Mon Mar 01 2010 Nikola Pajkovsky <npajkovs(a)redhat.com> - 1.0.0
- compile with -std=gnu99 -pedantic -Wall -Werror
- add support for devices(used patches from gentoo, debian and fedora):
vlan, hsi, ctc, ath, bond, ra, bnep, dsl, modem, ni, br, tap,
dummy, vmnet
add longer intefaces names(18 chars)
add iptraf -u - show unsupported interfaces(fpeters(a)debian.org)
check if macro is defined ICMP6_DST_UNREACH_NOTNEIGHBOR(jer(a)gentoo.org)
- add ipv6 support
- remove wierd Setup compilation and replaced it by autotools
- import original iptraf-3.0.0
</snip>
--
Nikola
13 years, 2 months
[Iptraf-ng] [PATCH 0/6] iptraf-ng: suse patches
by Petr Uzel
Hi,
This series contains patches SUSE had accumulated for iptraf-3.x,
now rebased to iptraf-ng. Patches are independent, so please
pick what you think is suitable for you.
Thanks.
Petr Uzel (6):
main(): allow regular users to run iptraf if the sticky-bit is set
init_promisc_list(): use IF_NAMESIZE as size of buffer for interface
name
selectiface(): use strncpy to prevent buffer overflow and thus avoid
gcc warning
build: pass libpanel_CFLAGS and ncurses_CFLAGS to compiler
ltrim(): simplify function and fix situation when strings overlap in
strcpy
tx_operate_listbox(): use proper format string for size_t in snprintf
configure.ac | 3 +++
src/Makefile.am | 3 ++-
src/ifaces.c | 6 ++----
src/ifstats.c | 2 +-
src/iptraf.c | 2 +-
src/promisc.c | 2 +-
support/Makefile.am | 2 ++
support/listbox.c | 2 +-
8 files changed, 13 insertions(+), 9 deletions(-)
13 years, 2 months