Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 552 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 552 Bytes

Saleae To Hexdump

This program looks to convert a Saleae logic analyzer I2C decoded output and turn it into a hexdump format. This allows for the IPMB protocol to be decoded using the great tool Wireshark

mkdir build && cd build && cmake ../
./saleae_to_hex -f <file-from-termial-of-i2c>
text2pcap -t "%D %H:%M:%S." -l 209 hexdump.hex ipmbfile.pcap

How to setup wireshark for decoding

Setting up Wireshark