jhshi / wltrace

A library to parse packet traces.

Home Page:http://wltrace.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

image

Documentation Status

image

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.

http://wltrace.readthedocs.io

License:Apache License 2.0


Languages

Language:Python 98.9%Language:Makefile 1.1%