1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name chaosreader |
---|
6 | version 0.94 |
---|
7 | extract.suffix |
---|
8 | distname ${name}${version} |
---|
9 | categories net security |
---|
10 | platforms darwin |
---|
11 | maintainers ports@ |
---|
12 | description freeware tool to trace TCP/UDP/... sessions and fetch application data from snoop or tcpdump logs |
---|
13 | #long_description A freeware 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 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. |
---|
14 | homepage http://chaosreader.sourceforge.net/ |
---|
15 | master_sites sourceforge:chaosreader/chaosreader/${version} |
---|
16 | |
---|
17 | checksums md5 ef307a4aa11964dc2558248847219ae9 \ |
---|
18 | sha1 83277753ee1f1a3bf7cecf82415f381eeffbdd26 \ |
---|
19 | rmd160 3a915f380d8ca6a6c5f24695c18c0dac9f64bba8 |
---|
20 | |
---|
21 | extract {} |
---|
22 | configure {} |
---|
23 | build {} |
---|
24 | |
---|
25 | destroot { |
---|
26 | xinstall -m 755 ${prefix}/var/macports/distfiles/${name}/${distname} \ |
---|
27 | ${destroot}${prefix}/bin/chaosreader |
---|
28 | } |
---|
29 | |
---|