Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #52668
| From | Dennis Lee Bieber <wlfraed@ix.netcom.com> |
|---|---|
| Subject | Re: log incoming ip/porrt connections |
| Date | 2013-08-18 19:24 -0400 |
| Organization | IISS Elusive Unicorn |
| References | <be221609-53d8-4fba-998b-ad638833aa14@googlegroups.com> <520ffca0$0$15945$e4fe514c@news.xs4all.nl> <746d9a4e-b643-447c-b4bb-a2aa4e8f2d95@googlegroups.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.8.1376868276.19984.python-list@python.org> (permalink) |
On Sun, 18 Aug 2013 13:41:32 -0700 (PDT), "D. Xenakis"
<gouzounakis@hotmail.com> declaimed the following:
>This monitors also ip/port of incoming udp packets?
>Or just tcp after a connection has been enstablished?
>If i dont make any sense, plz correct me. Not much experience with networking here :)
It begins to sound like you want some of the capability of Wireshark...
In that case you'll want to obtain the PCAP libraries (included with
Wireshark on Windows) AND the PCAP Python module. Warning, you may need to
run in Admin mode to be able to snoop the NIC...
--
Wulfraed Dennis Lee Bieber AF6VN
wlfraed@ix.netcom.com HTTP://wlfraed.home.netcom.com/
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
log incoming ip/porrt connections "D. Xenakis" <gouzounakis@hotmail.com> - 2013-08-17 13:23 -0700
Re: log incoming ip/porrt connections "D. Xenakis" <gouzounakis@hotmail.com> - 2013-08-17 13:35 -0700
Re: log incoming ip/porrt connections Irmen de Jong <irmen.NOSPAM@xs4all.nl> - 2013-08-18 00:43 +0200
Re: log incoming ip/porrt connections "D. Xenakis" <gouzounakis@hotmail.com> - 2013-08-18 13:41 -0700
Re: log incoming ip/porrt connections Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-08-18 19:24 -0400
csiph-web