This script decodes PCAP files containing SAE J2735 messages. The decoded output is displayed in the terminal and saved to a file with the same name as the original PCAP file.
Note: The script currently outputs data in a dictionary format. Support for JSON and XML formats will be added soon.
- Linux (Primary)
- Windows and macOS (Adaptation possible)
- Python 3
- Tshark
To install the necessary dependencies, run:
sudo ./install_dependencies.sh
- Move your PCAP file to this directory.
- Execute the script:
./pcapDecoder.sh
- Follow the on-screen prompts.
Version 1.1 – September 3, 2024