aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--capinfos.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/capinfos.c b/capinfos.c
index 719659a4a6..5536766d17 100644
--- a/capinfos.c
+++ b/capinfos.c
@@ -1324,7 +1324,9 @@ process_cap_file(const char *filename, gboolean need_separator)
/*
* Get IDB info strings.
* We do this at the end, so we can get information for all IDBs in
- * the file, even those that come after packet records.
+ * the file, even those that come after packet records, and so that
+ * we get, for example, a count of the number of statistics entries
+ * for each interface as of the *end* of the file.
*/
idb_info = wtap_file_get_idb_info(cf_info.wth);