I’m trying to get Python to listen to my network and list all incoming connections as long as it runs. But I hit a brick wall and can’t seem to find how. Any suggestions? Using Python 2.7.3
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
@millimoose:
I don’t think (s)he needs/wants to listen on all sockets using python.
What they’re more likely after is
Python bindings to libpcap