From 30180a6d0f6ee671e28f31031b1e776ee876034b Mon Sep 17 00:00:00 2001 From: Toni Uhlig Date: Tue, 3 Oct 2023 13:32:45 +0200 Subject: Subclassed table widget for packets. * moved first packet timestamp to Pcap++ Signed-off-by: Toni Uhlig --- mainwindow.ui | 93 ++++++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 80 insertions(+), 13 deletions(-) (limited to 'mainwindow.ui') diff --git a/mainwindow.ui b/mainwindow.ui index fc0c8a6..70451e5 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -42,7 +42,7 @@ - + color: black; background-color: white; @@ -68,21 +68,81 @@ border-color: beige; false + + 120 + + + 120 + + + false + true - - - - - - - - - - - - + + false + + + + Timestamp + + + + + Packet Size + + + + + Layer 2 + + + + + Layer 3 + + + + + Layer 4 + + + + + Layer 2 Source + + + + + Layer 2 Destination + + + + + Layer 3 Source + + + + + Layer 3 Destination + + + + + Layer 4 Source + + + + + Layer 4 Destination + + + + + Additional Information + + @@ -128,6 +188,13 @@ border-color: beige; + + + PacketsTableWidget + QTableWidget +
packetstablewidget.h
+
+
-- cgit v1.2.3