dainiusb Posted March 17, 2014 Posted March 17, 2014 (edited) Hello. So I've started experimenting with TCP packets and AutoIt. I'm using wireshark to see where and what is being sent from my scripts. The thing is, unlike when other programs are sending packets, each data string or whatever that is sent is on the same line. How do I do this in AutoIt? n does nothing :/ By the way, all I do is TCPSend one after another. Am I doing this correctly? Edited March 17, 2014 by dainiusb
FireFox Posted March 17, 2014 Posted March 17, 2014 Hi, I don't understand what you mean? TCPSend($iSocket, "toto" & @CrLf & "tata") Br, FireFox.
dainiusb Posted March 17, 2014 Author Posted March 17, 2014 On 3/17/2014 at 6:12 PM, FireFox said: Hi, I don't understand what you mean? TCPSend($iSocket, "toto" & @CrLf & "tata") Br, FireFox. YEES! Thank You soo much. I didn't know about this or any macros besides @error
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