Quick Start

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