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.0.5.tar.gz
(16.8 kB
view hashes)
Built Distribution
wltrace-1.0.5-py2-none-any.whl
(20.6 kB
view hashes)