#!/bin/sh
#
#	trafstart	Copyright (c)1993 CAD lab
#
#	start of the network traffic collector
#
# Command line switches are:
#	-d		print compiled packet-matching code and exit
#	-O		don't run the packet-matching code optimizer"
#	-p		don't put the interface into promiscuous mode
#	-r		attempt to resume data from dumped file if exist
#	-i interface	current support: ethernet, slip, ppp, loopback
#	-c count	count number of packets and exit
#	-F file		use file as input for the filter expression
#	expr		filter expression like tcpdump's
#
# Example:
# 	collect all tcp/udp data traffic passed via sl0 interface -
#trafd -r -i sl0
# 	count all ftp traffic passthrough ne0 interface -
#trafd -i ne0 port ftp or ftp-data
./trafd -p -r -i xl0
#
#echo I am storage, before use invoke editor and edit as your need.
#trafd -?
