- Support Pcap (w/ optical Radiotap header) and Peektagged format.
- Simple and easy to use interface
You can install this package using pip
.
$ pip install -U wltrace
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.