Howdy,

Thanks for this - but this runs multiple copies of tcpdump etc which tends 
to lose packets and slows down miserably after about 5 instances or so..

Cheers,
Umar.

> Have you considered doing a:
> 
> # tcpdump -i <interface> | grep 1.2.3.4 > 1.2.3.4.log &
> # tcpdump -i <interface> | grep 2.3.4.5 > 2.3.4.5.log &
> 
> Of course, you may wish to refine the grep regexp if you are getting other 
> stray lines in your log files.
> 
> Never underestimate the power of the simple axioms that already exist. :)
> 
> Warmest regards

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to