2024-01-05 21:11:55 +01:00
|
|
|
Name: chaosreader
|
2024-01-05 21:11:56 +01:00
|
|
|
Version: 0.96
|
|
|
|
Release: 1mamba
|
2024-01-05 21:11:55 +01:00
|
|
|
Summary: An open source tool to trace TCP/UDP/... sessions and fetch application data
|
|
|
|
Group: Network/Monitoring
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Stefano Cotta Ramusino <stefano.cotta@openmamba.org>
|
2024-01-05 21:11:56 +01:00
|
|
|
URL: https://github.com/brendangregg/Chaosreader
|
|
|
|
Source: https://github.com/brendangregg/Chaosreader.git/%{version}/Chaosreader-%{version}.tar.bz2
|
|
|
|
#Source: http://downloads.sourceforge.net/chaosreader/chaosreader%{version}
|
2024-01-05 21:11:55 +01:00
|
|
|
License: GPL
|
|
|
|
BuildArch: noarch
|
2024-01-05 21:11:56 +01:00
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: perl-Net-DNS
|
|
|
|
BuildRequires: perl-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 21:11:55 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
|
|
|
|
|
|
%description
|
|
|
|
Chaosreader is an open source tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs.
|
|
|
|
This is a type of "any-snarf" program, as it will fetch telnet sessions, FTP files, HTTP transfers (HTML, GIF, JPEG, ...), SMTP emails, ... from the captured data inside network traffic logs.
|
|
|
|
A html index file is created that links to all the session details, including realtime replay programs for telnet, rlogin, IRC, X11 or VNC sessions; and reports such as image reports and HTTP GET/POST content reports.
|
|
|
|
Chaosreader can also run in standalone mode - where it invokes tcpdump or snoop (if they are available) to create the log files and then processes them.
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 21:11:56 +01:00
|
|
|
%setup -q -n Chaosreader-%{version}
|
2024-01-05 21:11:55 +01:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 21:11:56 +01:00
|
|
|
install -D -m 755 chaosreader \
|
|
|
|
%{buildroot}%{_bindir}/chaosreader
|
2024-01-05 21:11:55 +01:00
|
|
|
|
2024-01-05 21:11:56 +01:00
|
|
|
#%{buildroot}%{_bindir}/%{name} --help2 > README
|
2024-01-05 21:11:55 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/%{name}
|
2024-01-05 21:11:56 +01:00
|
|
|
%doc README.md
|
2024-01-05 21:11:55 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 21:11:56 +01:00
|
|
|
* Wed Feb 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.96-1mamba
|
|
|
|
- update to 0.96
|
|
|
|
|
2024-01-05 21:11:55 +01:00
|
|
|
* Thu Sep 05 2013 Automatic Build System <autodist@mambasoft.it> 0.94-2mamba
|
|
|
|
- automatic rebuild by autodist
|
|
|
|
|
|
|
|
* Wed Aug 29 2007 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.94-1mamba
|
|
|
|
- package created by autospec
|