Opened 14 years ago

Closed 14 years ago

#25900 closed submission (fixed)

[NEW] net/chaosreader

Reported by: jul_bsd@… Owned by: ryandesign (Ryan Carsten Schmidt)
Priority: Normal Milestone:
Component: ports Version: 1.9.1
Keywords: Cc:
Port: chaosreader

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.

(Dep for nsm-console)

Attachments (1)

Portfile (1.5 KB) - added by jul_bsd@… 14 years ago.

Download all attachments as: .zip

Change History (3)

Changed 14 years ago by jul_bsd@…

Attachment: Portfile added

comment:1 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Owner: changed from macports-tickets@… to ryandesign@…
Port: chaosreader added
Status: newassigned

comment:2 Changed 14 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

Thanks, added in r70207 with these changes:

  • whitespace changes / formatting
  • made you the maintainer with openmaintainer
  • added "license GPL-2+" since the source code says it's licensed under GPL 2 or any later version
  • uncommented the long description; note semicolons need to be escaped with a backslash
  • tweaked long description
  • changed master_sites to just "sourceforge" which works fine
  • changed "extract {}" to "extract.only"
  • changed "configure {}" to "use_configure no"
  • added "supported_archs noarch" since this port doesn't install any architecture-specific files
  • used distpath variable in destroot instead of writing out its value manually
Note: See TracTickets for help on using tickets.