Hi, On Sat, Jan 30, 2010 at 10:35 AM, Rajagopal Swaminathan < [email protected]> wrote:
> > I tried > > tcpdump -s 0 -A -i eth0 -n -q -tttt '(host 210.212.191.54 and dst port > 80) and tcp[13] == 2' > > which prints boatloads of data which I dont need > > Ideas? > > Are you trying to filter the output for desired contents? If so, little text processing can do that by piping the output to simple tools like tail, head, grep, sed, awk, etc. http://www.faqs.org/docs/abs/HTML/textproc.html HTH :) Saravanan Sundaramoorthy Red Hat Certified Engineer +91 99404 32545 _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
