This directory contains handy auxiliary programs:

cf/
	Makefile and source for the "cf" utility.  cf reads lines from
	stdin and if the line begins with a number, then it assumes that
	the number corresponds to a Unix timestamp and replaces it with
	the corresponding local time in a readable format.  Useful for
	running on log files.

	Note: the Makefile requires "pmake", available with FreeBSD
	and some other BSD Unix systems.  It's not hard to build the
	executable instead by hand.

scripts/
	A set of utility scripts for munching on Bro connection summaries.

	bro_logchk: orders and scans through FTP and HTTP logs
	host-grep: greps a summary file for a particular host's activities
	host-to-addrs: converts a hostname to a list of IP addresses
	hot-report: formats a summary file in a readable fashion
	ip-grep: returns a grep pattern for a given IP address
	mon-report: summarizes a particular host's activity


NOTE: this directory used to also contain the "hf" suite of conversion
utilities.  You should now instead get this from:

	ftp://ftp.ee.lbl.gov/hf.tar.gz
