Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!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.049 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'python.': 0.02; 'package,': 0.03; 'subject:ANN': 0.07; 'windows': 0.15; 'bindings,': 0.16; "python's": 0.19; 'subject:] ': 0.20; 'written': 0.21; 'code:': 0.26; 'url:code': 0.29; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; 'url:wiki': 0.31; 'allows': 0.31; 'to:name:python-list': 0.33; 'received:google.com': 0.35; 'google': 0.35; 'list.': 0.37; 'feedback': 0.38; 'to:addr:python-list': 0.38; 'subject:[': 0.39; 'to:addr:python.org': 0.39; 'free': 0.61; 'new': 0.61; 'grab': 0.64; 'url:p': 0.64; 'interest': 0.64; 'more': 0.64; 'taking': 0.65; 'precompiled': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=K8Wdm5tIxftsdBF4SlVaanuplqIJ1FoIJaBtUOVMIQg=; b=MDEpQ+XlRZ80bg8nlk/KJpbPBaemcTnaAygQH/8gywK9saPCF3qAijA17z7uaHRD1/ AlQhmQWtCIFkvH0yl+ivRl23em1d7ekJ8vUSkkpvacb+rSIerjG0LAtFbHpiB1rXBFA8 UTYNK17Vt4BiT60I0uMJJ7w/afh4RDgJCDhNfgKoCZtBsANcmf5vZ6yhE1UgiSFxYSO+ oeMrSpfLeo2ygqhqD2OcZ0JK68QCk9urANeDGjfRtnGyhKOStH32Y5AsnM2ienRWx9Fe NYoFxVR3hQF5u80niK/W+X2rL4s2GsjgkSWWQ+vFycL2KgRe46ZzO7WKpRGePvasfIPW Z5VA== MIME-Version: 1.0 X-Received: by 10.220.223.14 with SMTP id ii14mr979439vcb.50.1371217777335; Fri, 14 Jun 2013 06:49:37 -0700 (PDT) Date: Fri, 14 Jun 2013 16:49:37 +0300 Subject: [ANN] Pyreshark 0.1.1 From: Eshed Shaham To: Python-list Content-Type: multipart/alternative; boundary=14dae9cdc03387265604df1d84dd 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: 44 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1371217785 news.xs4all.nl 15957 [2001:888:2000:d::a6]:50694 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:48147 --14dae9cdc03387265604df1d84dd Content-Type: text/plain; charset=ISO-8859-1 Hello, Although it's not a package, I thought this might be of interest to the list. https://code.google.com/p/pyreshark/ Pyreshark is a plugin for Wireshark that allows writing new dissectors in Python. More than just adding bindings, the dissectors are written in a declarative way, taking advantage of Python's OOP-ish capabilities. More about that can be find in the documentation: https://code.google.com/p/pyreshark/wiki/WritingDissectors Feel free to grab the code or precompiled Windows binaries from google code: Feedback and suggestions are welcome, Eshed --14dae9cdc03387265604df1d84dd Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
Hello,
Although it's not a = package, I thought this might be of interest to the list.
<= a href=3D"https://code.google.com/p/pyreshark/">https://code.google.com/p/p= yreshark/

Pyreshark is a plugin for Wireshark that al= lows writing new dissectors in Python.
More than just addin= g bindings, the dissectors are written in a declarative way, taking advanta= ge of Python's OOP-ish capabilities.
More about that can be find in the documentation:=A0https://code.goo= gle.com/p/pyreshark/wiki/WritingDissectors

Feel free to gra= b the code or precompiled Windows binaries from google code:

Feedback and suggestions are welcome,
Eshed
--14dae9cdc03387265604df1d84dd--