Skip to main content

Scapy packet to dict

Project description

# scapy2dict
Scapy packet to dict

Usage
-----

```python
from scapy.all import sniff
from scapy2dict import to_dict
pkt = sniff(count=1)[0]

# To dict
data = to_dict(pkt)
```


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

scapy2dict-0.9.tar.gz (3.5 kB view hashes)

Uploaded Source

Built Distribution

scapy2dict-0.9-py35, py36-none-any.whl (2.8 kB view hashes)

Uploaded Python 3.5, py36

Supported by

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