Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37759647
en ru br
ALT Linux repos
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 :: Monitoring
RPM: sniffit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and 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

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin