Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73776
| 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!newsfeed2a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <sadzak@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.030 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'python': 0.11; 'gui': 0.12; 'capability.': 0.16; 'thoughts?': 0.16; 'all.': 0.16; 'url:)': 0.16; 'wrote:': 0.18; 'command': 0.22; 'email addr:gmail.com>': 0.22; 'cc:addr:python.org': 0.22; 'creating': 0.23; 'sean': 0.24; 'cheers,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'url:mailman': 0.30; 'libraries': 0.31; 'parameters.': 0.31; 'text': 0.33; 'url:python': 0.33; 'received:google.com': 0.35; 'there': 0.35; 'url:listinfo': 0.36; 'url:org': 0.36; 'changing': 0.37; 'rather': 0.38; 'ability': 0.39; 'does': 0.39; 'environment.': 0.39; 'url:mail': 0.40; 'provide': 0.64; 'more': 0.64; 'to:addr:gmail.com': 0.65; 'due': 0.66; 'jul': 0.74; 'impairment.': 0.84 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=oxEz51wprqjbraEi/NO5Duc2LPmA6dK5CPFq9xE5HCg=; b=Xen/N/SLC9206QewxVsK0+YLkpS7gSAnCgHQ5sh9CB1buCyL4Jt3TjO/rhWJyUVhUT m36oJOL4aUr6tIYjWQuVKSUfLrKn71AbJ0pmbUSHdOCAHIw5GD9j9qWJwXzCOERum73E NhUxdXpqAak8AF5W77JclfpF6jMCmUF6hJN/Ak4Jf9mF9CXx2yxg6xxyQYDsvogK2RkO tIYpJIIMOBGSyRi8q8GH8Bt0jOF8N6UzdWiNgI4UCjKiFzzUU+ip8ldbXYR6iuN5X6gZ uMwPm3c/l6CyGEpOjorK7FYAfz4MZ8X8LH7ji4DxMvUGUc32BJ3pOzd9e9KHxrzroXQ1 Pyvw== |
| MIME-Version | 1.0 |
| X-Received | by 10.182.5.3 with SMTP id o3mr1627844obo.85.1404208884495; Tue, 01 Jul 2014 03:01:24 -0700 (PDT) |
| In-Reply-To | <944B8C1B-0214-4ABF-82A5-EC8B8D34285D@gmail.com> |
| References | <944B8C1B-0214-4ABF-82A5-EC8B8D34285D@gmail.com> |
| Date | Tue, 1 Jul 2014 12:01:24 +0200 |
| Subject | Re: Python and wireshark. |
| From | Adnan Sadzak <sadzak@gmail.com> |
| To | Sean Murphy <mhysnm1964@gmail.com> |
| Content-Type | multipart/alternative; boundary=001a1134b17cc03c7504fd1edbf7 |
| Cc | python-list <python-list@python.org> |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11360.1404208889.18130.python-list@python.org> (permalink) |
| Lines | 65 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1404208889 news.xs4all.nl 2917 [2001:888:2000:d::a6]:33713 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:73776 |
Show key headers only | View raw
[Multipart message — attachments visible in raw view] - view raw
You can try scapy (http://www.secdev.org/projects/scapy/) Cheers, Adnan On Tue, Jul 1, 2014 at 11:56 AM, Sean Murphy <mhysnm1964@gmail.com> wrote: > 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 > -- > https://mail.python.org/mailman/listinfo/python-list >
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python and wireshark. Adnan Sadzak <sadzak@gmail.com> - 2014-07-01 12:01 +0200
csiph-web