aboutsummaryrefslogtreecommitdiffstats
path: root/epan/packet.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/packet.h')
-rw-r--r--epan/packet.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/packet.h b/epan/packet.h
index 4c04c4b119..c585bda83f 100644
--- a/epan/packet.h
+++ b/epan/packet.h
@@ -56,6 +56,11 @@ struct epan_range;
((guint)(offset) + (guint)(len) > (guint)(offset) && \
(guint)(offset) + (guint)(len) <= (guint)(captured_len))
+/*
+ * GTK+ only.
+ * If we add this to the Qt UI we should modernize the statistics we show.
+ * At the very least we should remove or hide IPX and VINES.
+ */
typedef struct _packet_counts {
gint sctp;
gint tcp;