Hello. I am using a Python3.3 script that uses a telnet connection from telnetlib library. Now, I am using the So, after wiresharking this simple code:
I saw a weird behavior on Wireshark. After submitting the username and password, it send to the server a packet which contains only 2 messages out of six (within the ‘for loop’), and the next packet is also from my computer, resetting the telnet conection! By adding a line to
Somehow it works fine. Now, it should not be like that. If I am using the Any idea? The last two packets:
asked 30 Oct ‘13, 04:30 itay_user edited 30 Oct ‘13, 04:58 |
One Answer:
this sounds more like a question for the developer of telnetlib (and/or a Python network programming forum) than for the Wireshark community, especially as did not provide a capture file !?! Anyway: Can you post a capture file somewhere (google docs, dropbox, cloudshark.org). Maybe we can see something that helps you to debug your code. answered 30 Oct '13, 06:02 Kurt Knochner ♦ |