aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/yaf.rb
AgeCommit message (Collapse)Author
2011-03-12Use ruby style for inheritance.Adam Vandenberg
2010-11-07yaf 1.3.1Adam Vandenberg
2010-08-18yaf and silk don't work with LLVMDouglas Creager
Both generate linker errors. Please see issue 2215 [1] for details. [1] http://github.com/mxcl/homebrew/issues/issue/2215 Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-08-07Update formulae for version 0.7Adam Vandenberg
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
2010-06-11yaf 1.0.0.2Douglas Creager
YAF is Yet Another Flowmeter. It processes packet data from pcap(3) dumpfiles as generated by tcpdump(1) or via live capture from an interface using pcap(3) into bidirectional flows, then exports those flows to IPFIX Collecting Processes or in an IPFIX-based file format. YAF's output can be used with the SiLK flow analysis tools and any other IPFIX compliant toolchain. Signed-off-by: Adam Vandenberg <flangy@gmail.com>