EWOlson Posted September 8, 2006 Posted September 8, 2006 Is there a way to read packets from inside AutoIt? Sorry if all of these questions are dumb. I'm just trying to accomplish this and I'm not sure how.
themax90 Posted September 9, 2006 Posted September 9, 2006 No, since AutoIt takes all the work out of sockets you cannot do that yet. Check out Etheral, WinSock, and winpcap. Maybe you can call a dll to do it. I havn't done enough research yet.
Creator Posted September 12, 2006 Posted September 12, 2006 (edited) It can be done! But you will have to write an autoit wrapper for winpcap(which is free). AutoItSmith was right bout that. winpcap functions are all inside systemdir\wpcap.dll (winpcap) And that my dear friend is a hell of a job. *thinking back of the time i wrote a c# wrapper for that beast* Creator Edited September 12, 2006 by Creator
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now