Skip to content

Basic parsing and diagram implementation

Dave Patrick requested to merge SeaDve/bustle:basic-diagram-impl into rustle

This implements the following:

  • Pcap files parsing to extract the DBusMessage and timestamp
  • Diagram using ListBox to display DBusMessage as rows. It will be straightforward to port it to ListView as it separates the model.
  • StatisticsView to show additional information about each DBusMessage

This temporarily uses GDBus stuffs (will be ported to zbus preferably)

Edited by Dave Patrick

Merge request reports