Scapy packet to dict
Project description
# scapy2dict
Scapy packet to dict
install
-------
`pip3 install scapy2dict`
Usage
-----
```python
from scapy.all import sniff
from scapy2dict import to_dict
pkt = sniff(count=1)[0]
# To dict
data = to_dict(pkt)
```
Scapy packet to dict
install
-------
`pip3 install scapy2dict`
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
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
scapy2dict-0.10.tar.gz
(3.7 kB
view details)
Built Distribution
File details
Details for the file scapy2dict-0.10.tar.gz
.
File metadata
- Download URL: scapy2dict-0.10.tar.gz
- Upload date:
- Size: 3.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | da434efabd71388d8de6a6bc0d1116fe44df2d1a798c025638b3a9d93e3c7d98 |
|
MD5 | 4faaf4872df453781490e35f1a72d83e |
|
BLAKE2b-256 | af48f4cc99c279a81369c5be236b37cadb9c306869c6a515c179d0a1c0244e75 |
File details
Details for the file scapy2dict-0.10-py35, py36-none-any.whl
.
File metadata
- Download URL: scapy2dict-0.10-py35, py36-none-any.whl
- Upload date:
- Size: 2.9 kB
- Tags: Python 3.5, py36
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e4f3033ea3c46bd299f697ad722a8bcfb71fe0976343c6a971e3ef402d5478be |
|
MD5 | 5aceeb31164b46119ac7fb18ff437a64 |
|
BLAKE2b-256 | 1ad72c402ba54de2c02886e2737de2c528827df8bf31c63dfb91409385564011 |