Skip to main content

A Python library to parse Pcap (w/ Radtiotap) and Peektagged packet traces.

Project description

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.

Project details


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.7.tar.gz (17.1 kB view hashes)

Uploaded Source

Built Distribution

wltrace-1.0.7-py2-none-any.whl (20.9 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page