Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52668

Re: log incoming ip/porrt connections

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.051
X-Spam-Evidence '*H*': 0.91; '*S*': 0.01; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'python': 0.11; 'message-id:@4ax.com': 0.16; 'monitors': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'sense,': 0.16; 'subject:log': 0.16; 'tcp': 0.16; 'admin': 0.22; 'aug': 0.22; 'url:home': 0.24; 'subject:/': 0.26; 'header:X-Complaints-To:1': 0.27; 'correct': 0.29; 'mode': 0.30; 'libraries': 0.31; 'run': 0.32; 'connection': 0.35; 'module.': 0.36; 'charset:us-ascii': 0.36; 'to:addr:python- list': 0.38; 'obtain': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; "you'll": 0.62; 'networking': 0.64; 'here': 0.66; 'dont': 0.67; 'sound': 0.68; 'incoming': 0.72; '(included': 0.84; 'capability': 0.84; 'received:108': 0.93; '2013': 0.98
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: log incoming ip/porrt connections
Date Sun, 18 Aug 2013 19:24:31 -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>
Mime-Version 1.0
Content-Type text/plain; charset=us-ascii
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host adsl-108-73-119-112.dsl.klmzmi.sbcglobal.net
X-Newsreader Forte Agent 6.00/32.1186
X-No-Archive YES
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.8.1376868276.19984.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376868276 news.xs4all.nl 15941 [2001:888:2000:d::a6]:49993
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52668

Show key headers only | View raw


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 | NextPrevious in thread | Find similar | Unroll thread


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