Problems with Net::Pcap

2006-10-09 Thread Mihir Kamdar
hii, I want to capture all the http packets having all the response information like message type(GET/POST),etc. Also if the method is POST then postbody also I want to capture. I am using Net::Pcap for achieving this. The filter string that I am using is "port 80". But the output I am getting is

Problems with Net::Pcap

2006-10-09 Thread Mihir Kamdar
hii, I want to capture all the http packets having all the response information like message type(GET/POST),etc. Also if the method is POST then postbody also I want to capture. I am using Net::Pcap for achieving this. The filter string that I am using is "port 80". But the output I am getting is

Re: Problems with Net::Pcap

2006-10-09 Thread Jeff Pang
>I want to capture all the http packets having all the response information >like message type(GET/POST),etc. Hi, How about using HTTPLook?it's fairly simple and powerful.See: http://www.httpsniffer.com/ -- Jeff Pang NetEase AntiSpam Team http://corp.netease.com -- To unsubscribe, e-mail: [