EPON packet parser is a tool that parsing EPON protocol, written by QT 6.2.
- Only support .pcap format file.
- Parse frames and show them in tree view.
- Show frames in a HEX window.
- Highlight related HEX number if field is selected in tree view.
- Basic sorting function based on Sequence No, SA, DA, Time, Protocol and Info.
- Basic filter function.
- MPCP Window overlapping check.
- Use QT 6.x Qt Creator.
- Open CMakeLists.txt to construct project.
- Build and Run.
You should copy qss files to debug/release directory.