automatic rebuild by autodist [release 0.94-2mamba;Thu Sep 05 2013]

This commit is contained in:
Automatic Build System 2024-01-05 21:11:55 +01:00
parent d018bb5f51
commit 4208aa43ab
3 changed files with 6882 additions and 0 deletions

View File

@ -1,2 +1,7 @@
# chaosreader
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.

45
chaosreader.spec Normal file
View File

@ -0,0 +1,45 @@
Name: chaosreader
Version: 0.94
Release: 2mamba
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>
URL: http://www.brendangregg.com/chaosreader.html
Source: http://downloads.sourceforge.net/chaosreader/chaosreader%{version}
License: GPL
BuildArch: noarch
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
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m 755 %{S:0} \
%{buildroot}%{_bindir}/%{name}
%{buildroot}%{_bindir}/%{name} --help2 > README
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_bindir}/%{name}
%doc README
%changelog
* 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

6832
chaosreader0.94 Normal file

File diff suppressed because it is too large Load Diff