]> git.pld-linux.org Git - packages/anti_sniff.git/commitdiff
- renamed antysniff.spec to anti_sniff.spec
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Mar 2002 14:45:34 +0000 (14:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anti_sniff.spec -> 1.1

anti_sniff.spec [new file with mode: 0644]

diff --git a/anti_sniff.spec b/anti_sniff.spec
new file mode 100644 (file)
index 0000000..cae6dfc
--- /dev/null
@@ -0,0 +1,58 @@
+Summary:       AntiSniff is a new class of proactive security monitoring tool
+Summary(pl):   AntiSniff jest narzêdziem do szukania komputerów z promiscuous mode na sieciówce
+Name:          anti_sniff
+Version:       1.1.2
+Release:       1
+License:       GPL
+Group:         Applications/Networking
+Source0:       http://www.securitysoftwaretech.com/antisniff/dist/%{name}_researchv1-1-2.tar.gz
+URL:           http://www.securitysoftwaretech.com/antisniff/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The Anti-Sniffer runs on a local ethernet segment and reports whether
+machines are in promiscuous mode or not. It does this through a variety
+of tests designed to tickle certain drivers, operating systems, and
+hardware filtering.
+
+
+%description -l pl
+Antysniffer dzia³a na lokalnym segmencie ethernetowym i sprawdza, 
+czy jaka¶ maszyna przechodzi w tryb promiscuous. 
+Sprawdzanie polega na przeprowadzeniu ró¿norodnych testów 
+napisanych dla ró¿nych driverów, systemów operacyjnych i filtrów sprzêtowych.
+
+
+%prep
+%setup -q -n %{name}
+
+%build
+
+%{__make} linux-all CFLAGS="%{rpmcflags} " CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_bindir}
+
+install  anti_sniffer $RPM_BUILD_ROOT%{_bindir}
+install  arptest $RPM_BUILD_ROOT%{_bindir}
+install  echotest $RPM_BUILD_ROOT%{_bindir}
+install  etherpingtest $RPM_BUILD_ROOT%{_bindir}
+install  icmptimetest $RPM_BUILD_ROOT%{_bindir}
+install  watchdnstest $RPM_BUILD_ROOT%{_bindir}
+
+gzip -9nf ANTI_SNIFFER_DOCS CREDITS DSL_NOTES LICENSE LINUX_NOTES  NOTES README  TODO
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/anti_sniffer
+%attr(755,root,root) %{_bindir}/arptest
+%attr(755,root,root) %{_bindir}/echotest
+%attr(755,root,root) %{_bindir}/etherpingtest
+%attr(755,root,root) %{_bindir}/icmptimetest
+%attr(755,root,root) %{_bindir}/watchdnstest
+%doc *.gz
This page took 0.069086 seconds and 4 git commands to generate.