wlan-pcap-msc


Create 802.11 MSC from pcap files

Converts pcap file to text that can be used to create MSC using http://www.websequencediagrams.com/

This code is based on http://code.google.com/p/pcap2msc/

Required Tools

  1. tshark
  2. Python (2.x) (Not compatible with 3.x)

Usage

  • wlanpcap2msc.py "pcapfile" "tshark filter"
  • E.g: wlanpcap2msc.py sample.pcap wlan.fc.type==0x01

Project Information

The project was created on Jun 23, 2013.

Labels:
WiFi 802.11 MSC SequenceDiagram