Pure Python3 PcapNg reader
Project description
PyPcapPy
========
**A Pure Python3 PcapNg reader**
[](https://travis-ci.org/TheBiggerGuy/pypcappy)
[](https://coveralls.io/github/TheBiggerGuy/pypcappy?branch=master)
[](https://requires.io/github/TheBiggerGuy/pypcappy/requirements/?branch=master)
[](https://badge.fury.io/py/pypcappy)
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
========
**A Pure Python3 PcapNg reader**
[](https://travis-ci.org/TheBiggerGuy/pypcappy)
[](https://coveralls.io/github/TheBiggerGuy/pypcappy?branch=master)
[](https://requires.io/github/TheBiggerGuy/pypcappy/requirements/?branch=master)
[](https://badge.fury.io/py/pypcappy)
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
Release history Release notifications | RSS feed
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.7.tar.gz
(5.0 kB
view details)
File details
Details for the file pypcappy-0.0.7.tar.gz.
File metadata
- Download URL: pypcappy-0.0.7.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
247da70ebe7611ee1cc8ca538dc211d6ac3f0141bee4be0082c24659a9b7795a
|
|
| MD5 |
8436fc0bd6687c71322fd5d3ceb59bc4
|
|
| BLAKE2b-256 |
c61b5f1fe738adc13ee292d4dac5375277699913152c152ecd5befbd63fac496
|