michal 0 Posted August 3, 2011 Hi all, I just started to learn some autoit, and i have a question. How do I get network traffic information? For example, if I want to automate statistics tests, how can i read the sent information? 10x. michal. Share this post Link to post Share on other sites
wakillon 403 Posted August 3, 2011 (edited) Welcome to the forums ! Hi all,I just started to learn some autoit, and i have a question.How do I get network traffic information?For example, if I want to automate statistics tests, how can i read the sent information?10x.michal.By reading output of netstat ?Use Forum search for get examples. Edited August 3, 2011 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
michal 0 Posted August 3, 2011 10x for the quick answer. I tried to get examples from the forum but couldn't find anything helpful for my needs. I want to get the incoming and outgoing web requests data. If you could show me something that helps (or a link to the relevant forum topic) it would be great 10x Share this post Link to post Share on other sites
PsaltyDS 39 Posted August 3, 2011 WireShark. No point in reinventing the wheel in AutoIt when there are good apps already available free as in beer and speech. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites
michal 0 Posted August 4, 2011 10x, but i already know wireshark... I need automated tests. I need to write a script that perform searched on my search engine and get the URLs in order to verfy it's correctness automatically. If anybody has another idea it will be great. 10x Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 4, 2011 Quick question: What does "10x" mean? AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
michal 0 Posted August 4, 2011 lol it means "thanks" (tenx) Share this post Link to post Share on other sites
JohnOne 1,603 Posted August 4, 2011 Ok thanks. As you were. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Share this post Link to post Share on other sites
PsaltyDS 39 Posted August 4, 2011 Search the forum for WinPCap. I think there is a UDF for it in Example Scripts already. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law Share this post Link to post Share on other sites