Skip to main content

Pure Python3 PcapNg reader

Project description

PyPcapPy
========
**A Pure Python3 PcapNg reader**

[![Build Status](https://travis-ci.org/TheBiggerGuy/pypcappy.svg?branch=master)](https://travis-ci.org/TheBiggerGuy/pypcappy)
[![Coverage Status](https://coveralls.io/repos/github/TheBiggerGuy/pypcappy/badge.svg?branch=master)](https://coveralls.io/github/TheBiggerGuy/pypcappy?branch=master)
[![Requirements Status](https://requires.io/github/TheBiggerGuy/pypcappy/requirements.svg?branch=master)](https://requires.io/github/TheBiggerGuy/pypcappy/requirements/?branch=master)

Use
===
```python
with PcapNgFile('file_name.pcapng.gz') as pcap_file:
for packet in pcap_file.packets:
print(packet)
```

Why not pypcap or pypcapfile?
=============================
* Pure python
* Will work on CPython, PyPy, Jpython or whatever
* Python 3
* No legacy packet data as strings
* PcapNG
* Only support for the new *next gen* format
* Gzip
* Build in support for both *.pcapng and *.pcapng.gz files

Downloads
=========
* Source tar.gz via [GitHub](https://github.com/TheBiggerGuy/pypcappy/releases/latest)
* [PyPI](https://pypi.python.org/pypi/pypcappy)

Links
=====
* http://www.winpcap.org/ntar/draft/PCAP-DumpFileFormat.html

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pypcappy-0.0.4rc0.tar.gz (4.2 kB view details)

Uploaded Source

File details

Details for the file pypcappy-0.0.4rc0.tar.gz.

File metadata

  • Download URL: pypcappy-0.0.4rc0.tar.gz
  • Upload date:
  • Size: 4.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for pypcappy-0.0.4rc0.tar.gz
Algorithm Hash digest
SHA256 91955cbec8cf1e0a80d98880cf62a93b2ef9995c92023295bb19dc0d71ee5c5f
MD5 705726255f9b53154e1dcd25eb01f8ca
BLAKE2b-256 0a04b0e0a8bf874d3d8a2782fad04b9ddbf3ad7e5fe67423a24ef15d18b69573

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page