Skip to content

oxidecomputer/wfm-to-pcap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository demonstrates a minimal workflow to go from oscilloscope data to decoded packets suitable for analysis with Wireshark.

The pipeline includes

  • A minimal parser for Tektronics .wfm files
  • QSGMII comma detection and code-group extraction
  • Separating code-groups into packets based on special characters
  • Writing a .pcap file out

For a detailed write-up, check out this blog post.