Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 2320

Summary: tcpflow-0.20.ebuild (New package)
Product: Gentoo Linux Reporter: Romain Guilleret <rguiller>
Component: New packagesAssignee: Sandy McArthur <Sandy>
Status: RESOLVED FIXED    
Severity: enhancement CC: rguiller
Priority: High    
Version: 1.1a   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: tcpflow-0.20.ebuild

Description Romain Guilleret 2002-05-01 18:00:23 UTC
Hi,

Please find attached tcpflow-0.20.ebuild (no patch needed to compile).

Description taken from Debian package:
tcpflow is a program that captures data transmitted as part of TCP
connections (flows), and stores the data in a way that is convenient
for protocol analysis or debugging. A program like 'tcpdump' shows a
summary of packets seen on the wire, but usually doesn't store the
data that's actually being transmitted. In contrast, tcpflow
reconstructs the actual data streams and stores each flow in a
separate file for later analysis.

I suggest net-analyzer/tcpflow just like tcpdump.

	Romain Guilleret
Comment 1 Romain Guilleret 2002-05-01 18:01:57 UTC
Created attachment 751 [details]
tcpflow-0.20.ebuild
Comment 2 Sandy McArthur 2002-05-13 23:01:23 UTC
Romain,
This ebuild has 3 errors and 4 warnings according to `lintool`.

You should `emerge gentoolkit` and run `lintool` on your ebuilds before
submiting them.

You also based it off of an old ebuild that uses "try" which we are phasing out.
Please make sure all new ebuilds follow the conventions in the skel.ebuild in
/usr/portage/ .

I'm not accepting this ebuild and marking it as wonfix. If you update it so it
passes lintool add include all the proper headers I'll re consider adding the
package.