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>
This commit is contained in:
Guy Harris 2016-01-23 16:51:22 -08:00
parent 0fa13371d1
commit bd4644b336
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -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>