This implements the following:
- Pcap files parsing to extract the
DBusMessage
and timestamp -
Diagram
using ListBox to displayDBusMessage
as rows. It will be straightforward to port it toListView
as it separates the model. -
StatisticsView
to show additional information about eachDBusMessage
This temporarily uses GDBus
stuffs (will be ported to zbus
preferably)