Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder3.xlned.com!newsfeed.xs4all.nl!newsfeed4a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.094 X-Spam-Evidence: '*H*': 0.81; '*S*': 0.00; 'subject:Python': 0.06; 'python': 0.11; 'gui': 0.12; 'capability.': 0.16; 'thoughts?': 0.16; 'all.': 0.16; 'command': 0.22; 'creating': 0.23; 'sean': 0.24; 'libraries': 0.31; 'parameters.': 0.31; 'text': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'charset:us-ascii': 0.36; 'changing': 0.37; 'message-id:@gmail.com': 0.38; 'to:addr :python-list': 0.38; 'rather': 0.38; 'ability': 0.39; 'does': 0.39; 'environment.': 0.39; 'to:addr:python.org': 0.39; 'header :Message-Id:1': 0.63; 'provide': 0.64; 'more': 0.64; 'due': 0.66; 'received:121': 0.68; 'impairment.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:content-type:content-transfer-encoding:subject:message-id:date :to:mime-version; bh=xMLkxSox+qlLAfCIUCE3zk453+FVGO+5op4uvmtq8co=; b=nooTNdX6yiRdqjShVK7eSNhKX09mFT5UqfdVZyzoXe98fVRfLBOQH6cDwB31lmq/Rz UNxqgc37jG7eXdjzUt6WxHvsQSPlsmeWyhHGOeh1upWm6Nu4eS2DsqazSMFhJnSAupNA qpj375Fpk7Kx6g0M1VSEwqpb3CwSxIzwFtzXh+pBdA8ZkG/d92g3rFcZX2yPpkoOzS3x mvElHI9svswWth0qWvHoP/a0Cg+b4+E8FLA6I70U6PhEHrs/aGqDztu4fRL/x2hMnDy8 ImJrDx6n3c1QfLCXIT99/xRq3pKLuO1WlDyORNcGZQqyKM9JnxpaMwQanwpRnPFZl1D0 FtwQ== X-Received: by 10.68.167.133 with SMTP id zo5mr58752454pbb.21.1404208596887; Tue, 01 Jul 2014 02:56:36 -0700 (PDT) From: Sean Murphy Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Python and wireshark. Date: Tue, 1 Jul 2014 19:56:29 +1000 To: python-list@python.org Mime-Version: 1.0 (Mac OS X Mail 7.3 \(1878.2\)) X-Mailer: Apple Mail (2.1878.2) X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1404208606 news.xs4all.nl 2886 [2001:888:2000:d::a6]:57382 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:73775 All. Is there any way to use python with Wireshark/Tshark? I am not able to = use the GUI due to my vision impairment. So I am thinking of using = Wireshark libraries and Python to provide a text console environment. = Tshark does give you command line capability. I am more seeking for the = ability of changing things on the fly, rather then creating complex = command line parameters. Thoughts? Sean=20=