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)
```
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
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.9.tar.gz
(3.5 kB
view hashes)
Built Distribution
Close
Hashes for scapy2dict-0.9-py35, py36-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | f77b101dd8e138ea0478ef736954073a911d8be9ef7c98f4304fd416f567b636 |
|
MD5 | 0bbe4b6fba3afc57a0fdb2504f4d141d |
|
BLAKE2b-256 | a774c3ab6795ef1b86187396479c780c7695f2beddabfe7bf69e13383a10de1d |