Skip to content

jhshi/wltrace

https://travis-ci.org/jhshi/wltrace.svg?branch=master Documentation Status https://coveralls.io/repos/github/jhshi/wltrace/badge.svg?branch=master

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.

About

A library to parse packet traces.

Resources

License

Apache-2.0, Apache-2.0 licenses found

Licenses found

Apache-2.0
LICENSE
Apache-2.0
LICENSE.txt

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •