Files
2022-11-02 16:42:15 +11:00

45 lines
1.7 KiB
Plaintext

PortSystem 1.0
name chaosreader
version 0.94
categories net security
platforms any
maintainers nomaintainer
license GPL-2+
description freeware tool to trace TCP/UDP/... sessions and fetch \
application data from snoop or tcpdump logs
long_description ${name} is a ${description}. 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 and 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.
homepage http://chaosreader.sourceforge.net/
master_sites sourceforge
distname ${name}${version}
extract.suffix
extract.only
checksums md5 ef307a4aa11964dc2558248847219ae9 \
sha1 83277753ee1f1a3bf7cecf82415f381eeffbdd26 \
rmd160 3a915f380d8ca6a6c5f24695c18c0dac9f64bba8
supported_archs noarch
use_configure no
build {}
destroot {
xinstall -m 755 ${distpath}/${distfiles} \
${destroot}${prefix}/bin/${name}
}