summaryrefslogtreecommitdiff
path: root/ui
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-23 16:51:22 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-24 00:51:55 +0000
commitbd4644b336071baf9688e8d47349a6b0a0ae55d8 (patch)
tree06c071a72627ff8ebb1391c4af8fdfa9d2bd186f /ui
parent0fa13371d19e1d33fc43a0d3be14bdb705e437e1 (diff)
downloadwireshark-bd4644b336071baf9688e8d47349a6b0a0ae55d8.tar.gz
Indicate what an InterfaceTree is.
(I.e., it's just names, traffic sparklines, and, if available, extcap options; it's not the more detailed list of capture options seen elsewhere.) Change-Id: I21cc244ae17abab95f8124e39425e8beae564380 Reviewed-on: https://code.wireshark.org/review/13507 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'ui')
-rw-r--r--ui/qt/interface_tree.cpp2
-rw-r--r--ui/qt/interface_tree.h2
2 files changed, 4 insertions, 0 deletions
diff --git a/ui/qt/interface_tree.cpp b/ui/qt/interface_tree.cpp
index f88e96ea4d..94b798a7fa 100644
--- a/ui/qt/interface_tree.cpp
+++ b/ui/qt/interface_tree.cpp
@@ -1,4 +1,6 @@
/* interface_tree.cpp
+ * Display of interface names, traffic sparklines, and, if available,
+ * extcap options
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
diff --git a/ui/qt/interface_tree.h b/ui/qt/interface_tree.h
index f4371605ef..0fc2e0f7c3 100644
--- a/ui/qt/interface_tree.h
+++ b/ui/qt/interface_tree.h
@@ -1,4 +1,6 @@
/* interface_tree.h
+ * Display of interface names, traffic sparklines, and, if available,
+ * extcap options
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>