Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37518311
en ru br
Репозитории ALT
S:6.6.7-alt4
5.1: 6.6.7-alt2
4.1: 6.6.7-alt2
4.0: 6.6.7-alt2
3.0: 6.6.7-alt1
www.altlinux.org/Changes

Группа :: Мониторинг
Пакет: tcptrace

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

%global optflags_lto %nil

Name: tcptrace
Version: 6.6.7
Release: alt4

Packager: Victor Forsiuk <force at altlinux.org>

Summary: Tool for analysis of TCP dump files
License: GPLv2+
Group: Monitoring

URL: http://www.tcptrace.org/
Source0: http://www.tcptrace.org/download/tcptrace-%version.tar.gz
Patch0: http://ftp.de.debian.org/debian/pool/main/t/tcptrace/tcptrace_6.6.7-3.diff.gz

# Automatically added by buildreq on Thu Feb 26 2009

BuildRequires: flex libpcap-devel

%description
tcptrace is a tool for analysis of TCP dump files. It can take as input the
files produced by several popular packet-capture programs, including tcpdump,
snoop, etherpeek, HP Net Metrix, and WinDump. tcptrace can produce several
different types of output containing information on each connection seen, such
as elapsed time, bytes and segments sent and recieved, retransmissions, round
trip times, window advertisements, throughput, and more. It can also produce a
number of graphs for further analysis.

%prep
%setup
%patch0 -p1

%build
%configure
# Needed define was not added on x86_64 due to naive libc version check
# (test for file in /lib (sic!) directory). Just add this define explicitly:
%make_build CCOPT="-D_BSD_SOURCE %optflags"

%install
install -d %buildroot%_bindir
install -p -m755 tcptrace xpl2gpl %buildroot%_bindir
install -pD -m644 tcptrace.man %buildroot%_man1dir/tcptrace.1

%files
%doc README.xpl2gpl
%_bindir/*
%_man1dir/*

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin