- 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 wltracefrom wltrace import wltrace trace = wltrace.load_trace('/path/to/trace') for pkt in trace: # do stuff with pktSee full documentation at http://wltrace.readthedocs.io.