Sisyphus repositório
Última atualização: 1 outubro 2023 | SRPMs: 18631 | Visitas: 37858081
en ru br
ALT Linux repositórios
S:0.5-alt1
5.0: 0.3.7-alt2
4.1: 0.3.7-alt1
4.0: 0.3.7-alt1
3.0: 0.3.7-alt1

Group :: Monitoramento
RPM: sniffit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs e FR  Repocop 

# $Revision: 1.28 $, $Date: 2003/11/23 22:35:58 $
Summary: Program for demonstrating the unsafeness of TCP
Summary(es): A network protocol analyzer
Summary(pl): Program do nas³uchu po³±czeñ TCP/UDP/ICMP
Summary(pt_BR): Um analisador de protocolos de rede
Name: sniffit
Version: 0.3.7
Release: alt1
License: distributable
Group: Monitoring
Source0: http://reptile.rug.ac.be/~coder/sniffit/files/%{name}.%{version}.beta.tar.gz
#Patch0: %{name}-fixes.patch
Patch0: sniffit-patch-01
Patch0: sniffit-patch-02
Patch0: sniffit-patch-03
Patch0: sniffit-patch-sn_interface.c
Patch0: sniffit-patch-sn_structs.h
URL: http://reptile.rug.ac.be/~coder/sniffit/sniffit.html

BuildRequires: ncurses-devel flex

%description
Sniffit is a packet sniffer for TCP/UDP/ICMP packets. Sniffit is able
to give you very detailed technical info on these packets (SEQ, ACK,
TTL, Window, ...) but also packet contence in different formats (hex
or plain text, ...).

%description -l es
Sniffit is a robust non-commercial network protocol analyzer or packet
sniffer. A packet sniffer basically listens to network traffic and
produces analysis based on the traffic and/or translates packets into
some level of human readable form.

%description -l pl
Sniffit jest programem do pods³uchu pakietów TCP/UDP/ICMP. Sniffit
jest w stanie podaæ Ci bardzo wiele informacji o tych pakietach (SEQ,
ACK, TTL, Okno, ...) a tak¿e ich zawarto¶æ w ró¿nych formatach
(szesnastkowo lub w czystej postaci, ...).

%description -l pt_BR
Sniffit é um analisador de redes. Ele monitora o tráfego de rede e
produz uma análise compreensível por humanos.

%prep
%setup -q -n %{name}.%{version}.beta
%patch -p0

%build
(cd libpcap
%{__aclocal}
%{__autoconf}
)
%{__aclocal}
%{__autoconf}
%configure
%{__make}

%install
install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man{5,8}}

install sniffit $RPM_BUILD_ROOT%{_bindir}

install sniffit.5 $RPM_BUILD_ROOT%{_mandir}/man5
install sniffit.8 $RPM_BUILD_ROOT%{_mandir}/man8

%files
%doc PLUGIN-HOWTO README.FIRST BETA-TESTING
%doc HISTORY sample_config_file sniffit-FAQ
%{_mandir}/man?/*
%_bindir/*

%changelog

Todas as alterações você pod ver aqui

 
projeto & código: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
mantenedor atual: Michael Shigorin
mantenedor da tradução: Fernando Martini aka fmartini © 2009