summaryrefslogtreecommitdiff
path: root/summary.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2005-02-06 21:34:59 +0000
committerUlf Lamping <ulf.lamping@web.de>2005-02-06 21:34:59 +0000
commit1749a91a9653328776f4668f8d84b7a56daf6a6f (patch)
treeeb03b4a8011b853abe033cc0d51602873f18e658 /summary.h
parent3a63719e389bd9fd1f27a1a467501c8d7fe3eb69 (diff)
downloadwireshark-1749a91a9653328776f4668f8d84b7a56daf6a6f.tar.gz
minor code cleanup
svn path=/trunk/; revision=13321
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/summary.h b/summary.h
index c16780e021..6327b20517 100644
--- a/summary.h
+++ b/summary.h
@@ -49,9 +49,11 @@ typedef struct _summary_tally {
int snap; /* Maximum captured packet length */
gboolean drops_known; /* TRUE if number of packet drops is known */
guint32 drops; /* number of packet drops */
- const char *iface; /* interface name */
const char *dfilter; /* display filter */
+
+ /* capture related, use summary_fill_in_capture() to get values */
const char *cfilter; /* capture filter */
+ const char *iface; /* interface name */
const char *iface_descr;/* descriptive interface name */
} summary_tally;