/SaleaeToHexdump

Take a Saleae Logic Analyzer I2C decoded text and make it a hexdump file for input into text2pcap

Primary LanguageC++MIT LicenseMIT

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