A Python library to parse Pcap (w/ Radtiotap) and Peektagged packet traces.
Project description
WlTrace: A Python Library to Pcap and Peektagged Packet Traces
Features
Support Pcap (w/ optical Radiotap header) and Peektagged format.
Simple and easy to use interface
Installation
You can install this package using pip.
$ pip install -U wltrace
Usage
from wltrace import wltrace
trace = wltrace.load_trace('/path/to/trace')
for pkt in trace:
# do stuff with pkt
See full documentation at http://wltrace.readthedocs.io.
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
wltrace-1.1.1.tar.gz
(17.1 kB
view details)
File details
Details for the file wltrace-1.1.1.tar.gz
.
File metadata
- Download URL: wltrace-1.1.1.tar.gz
- Upload date:
- Size: 17.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
48c5c532e71f3e951708fd3fef1a8e7a82c1b9eebb6c9f5a5d796e1de1c97f3d
|
|
MD5 |
7f2b256fee9f025b02d95fd60ee81d41
|
|
BLAKE2b-256 |
c4686c406be5cb3c704db78abd6a4443007c6c28f0a3cc73a6dbc6b89d53a290
|