On Tue, Jun 14, 2011 at 12:22:03PM +0530, Sachin Shetty wrote: > Hey Willy, > > tcpdump would be fine?
Yes, for instance : tcpdump -s0 -npi eth0 port 80 -w trace1.cap Please note that -s0 is very important otherwise packets will be truncated. Regards, Willy