Quote:
Originally Posted by radiatejava
[...]Both the commands were run for 10 secs. In fact I ran the command with -w option for 15 secs but still the captured packets in the dump are are just 6 compared to 26 packets without the file save option. Any reason ? What I can I do to capture all ?
-Satish
|
Sounds like some bottleneck in the system, perhaps a problem with the buffers. Try
Code:
# tcpdump -l port 22 | tee tdump.dat
instead. Using a pipe should bring relief.