معرفی شرکت ها


iptraf-ng-1.2.1-6.fc37.src.rpm


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A console-based network monitoring utility
ویژگی مقدار
سیستم عامل Linux
توزیع Fedora 37
مخزن Fedora Everything i686
نام بسته iptraf-ng
نام فایل بسته iptraf-ng-1.2.1-6.fc37.src.rpm
نسخه بسته 1.2.1
انتشار بسته 6.fc37
معماری بسته i686
نگهدارنده -
تاریخ ساخت Thu 21 Jul 2022 07
هاست سازنده buildvm-x86-20.iad2.fedoraproject.org
نوع بسته .rpm
آدرس صفحه اصلی https://github.com/iptraf-ng/iptraf-ng/
مجوز GPLv2+
حجم دانلود 343K
حجم نصب 327.178K
IPTraf-ng is a console-based network monitoring utility. IPTraf gathers data like TCP connection packet and byte counts, interface statistics and activity indicators, TCP/UDP traffic breakdowns, and LAN station packet and byte counts. IPTraf-ng features include an IP traffic monitor which shows TCP flag information, packet and byte counts, ICMP details, OSPF packet types, and oversize IP packet warnings; interface statistics showing IP, TCP, UDP, ICMP, non-IP and other IP packet counts, IP check sum errors, interface activity and packet size counts; a TCP and UDP service monitor showing counts of incoming and outgoing packets for common TCP and UDP application ports, a LAN statistics module that discovers active hosts and displays statistics about their activity; TCP, UDP and other protocol display filters so you can view just the traffic you want; logging; support for Ethernet, FDDI, ISDN, SLIP, PPP, and loop back interfaces; and utilization of the built-in raw socket interface of the Linux kernel, so it can be used on a wide variety of supported network cards.


جایگزین ها

بسته نسخه معماری مخزن
iptraf-ng-1.2.1-6.fc37.aarch64.rpm 1.2.1 aarch64 Fedora Everything
iptraf-ng-1.2.1-6.fc37.x86_64.rpm 1.2.1 x86_64 Fedora Everything
iptraf-ng-debuginfo-1.2.1-6.fc37.aarch64.rpm 1.2.1 aarch64 Fedora Everything
iptraf-ng-debuginfo-1.2.1-6.fc37.x86_64.rpm 1.2.1 x86_64 Fedora Everything
iptraf-ng-debugsource-1.2.1-6.fc37.aarch64.rpm 1.2.1 aarch64 Fedora Everything
iptraf-ng-debugsource-1.2.1-6.fc37.x86_64.rpm 1.2.1 x86_64 Fedora Everything


نیازمندی

مقدار نام
- gcc
- make
- ncurses-devel


ارائه دهنده

مقدار نام
= 1.2.1-6.fc37 iptraf-ng
= 1.2.1-6.fc37 iptraf-ng-debuginfo
= 1.2.1-6.fc37 iptraf-ng-debugsource


نحوه نصب


نصب پکیج rpm iptraf-ng:

    dnf install iptraf-ng-1.2.1-6.fc37.src.rpm


فایل ها

مسیرها
iptraf-ng-logrotate.conf
iptraf-ng-tmpfiles.conf
iptraf-ng.spec


گزارش تغییرات

تاریخ آخرین تغییر جزئیات
2022-07-21

Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild

2022-01-20

Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild

2021-07-22

Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild

2021-01-26

Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

2020-07-28

Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

2020-07-21

Makefile: protect mandatory compile flags
packet capture: don't reuse socket for multiple receive functions
TPACKET_V[23]: continue even if mlock() fails
ipmon: fix division by zero
fix: detstats(), ifstats(): handle packets with incorrect header checksum
fix: positionptr(): properly allocate newly created interfaces
fix: detstats(): properly account non-IP packets
fix: properly init curses (fixes view on some utf-8 terminals)
fix: cidr_split_address(): fix buffer overflow
ipmon: printentry(): fix printing of huge values
build: use correct libraries (wide version of -lpanel)
fix unsafe handling of printf() args (RedHat Bugzilla: 1842690)
fix the CPU hog if the interface gets removed (RedHat Bugzilla: 1572750)
introduce packet capturing abstraction: add recvmmsg(), TPACKET_V2 and TPACKET_V3 mmap()ed capturing modules: this allow us to capture in multigigabit speeds
add partial support for IPoIB interfaces (full support cannot be done because the kernel interface doesn't give us source address) (RedHat Bugzilla: 1140211)
merge rvnamed-ng into iptraf-ng
allow scrolling with Home, End, PageUp and PageDown keys
show dropped packet count
pktsize: print in and out counters
ifstats: show total packet rate and packet drop across all interfaces
ipmon: show OSPF protocol version
hostmon, ipmon: update screen only when needed (vastly reduces CPU usage and also reduces packet drops)
update source code to compile cleanly on modern gcc
numerous code refactoring/cleaning up all over the source tree