Jason wrote:
> grep and awk filtering at run time of tcpdump. something like:
>
> tcpdump eth# | grep -E <pattern> | awk -F <seperator> {'print $col# $col# ..'}
> --
> Pure drivel tends to drive ordinary drivel off of the TV screen.
Cool, I will give that a try! I was working up a little script
with sed but it was looking pretty ugly.
Brad