Description of problem: It seems there might be some problem with IPv6 support in iptraf. Actual results: iptraf-3.0.0/src/revname.c: sizeof(struct in_addr), AF_INET); iptraf-3.0.0/src/promisc.c: ifd = socket(PF_INET, SOCK_DGRAM, 0); iptraf-3.0.0/src/promisc.c: fd = socket(PF_INET, SOCK_DGRAM, 0); iptraf-3.0.0/src/rvnamed.c: sizeof(struct in_addr), AF_INET); iptraf-3.0.0/src/ifaces.c: fd = socket(PF_INET, SOCK_DGRAM, IPPROTO_UDP); Expected results: IPv6 compliant code. Additional info: http://people.redhat.com/drepper/userapi-ipv6.html
I look at it. It needs many changes in whole code.
Work in progress, could be in update 1.
Based on the date this bug was created, it appears to have been reported against rawhide during the development of a Fedora release that is no longer maintained. In order to refocus our efforts as a project we are flagging all of the open bugs for releases which are no longer maintained. If this bug remains in NEEDINFO thirty (30) days from now, we will automatically close it. If you can reproduce this bug in a maintained Fedora version (7, 8, or rawhide), please change this bug to the respective version and change the status to ASSIGNED. (If you're unable to change the bug's version or status, add a comment to the bug and someone will change it for you.) Thanks for your help, and we apologize again that we haven't handled these issues to this point. The process we're following is outlined here: http://fedoraproject.org/wiki/BugZappers/F9CleanUp We will be following the process here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping to ensure this doesn't happen again.
This should be fixed once.
Changing version to '9' as part of upcoming Fedora 9 GA. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping
Because of many changes in the code, I do not backport this support into F9.