in reply to kill process when files created...
If you just want to capture 10 packets, why not just tell tcpdump to stop after 10 packets:
Otherwise have a look at Net::Packet::Dump.tcpdump -i bge1 -c 10 > /tmp/file.out
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: kill process when files created...
by jethro (Monsignor) on Jul 03, 2008 at 04:47 UTC | |
by pc88mxer (Vicar) on Jul 03, 2008 at 05:25 UTC |