2008/12/8 rockethamster <[EMAIL PROTECTED]> > > Heya > Newbie question,can anyone tell me about sniffing anything that comes > in on a particular port? i've been working on this in C all day > yesterday, decided to try in python but am so brain fried that i can't > really concentrate or do anything productive >
I could be wrong, but I believe packet sniffing has to be done using tools specific to the kernel and its network stack that you're using. You could grab yourself a copy of the tcpdump code, and read your way through that, or maybe read some docs on how it works. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Python Ireland" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.ie/group/pythonireland?hl=en -~----------~----~----~----~------~----~------~--~---
