#!/bin/sh -
echo "tracing to file $1"
tcpdump -i fxp0 -w $1 'host ee.lbl.gov and port ftp-data'
