diff options
author | Anders Broman <anders.broman@ericsson.com> | 2012-02-23 21:29:13 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2012-02-23 21:29:13 +0000 |
commit | b5a2ba98be35a97398f54d9fbb54d4ae8b4a6a84 (patch) | |
tree | 9e31a8282a1c5336a4ddc1f49f927f708bdf0beb /summary.h | |
parent | a062fb34bd2262dc0f1510f66c4500b2e531ece9 (diff) | |
download | wireshark-b5a2ba98be35a97398f54d9fbb54d4ae8b4a6a84.tar.gz wireshark-b5a2ba98be35a97398f54d9fbb54d4ae8b4a6a84.tar.bz2 wireshark-b5a2ba98be35a97398f54d9fbb54d4ae8b4a6a84.zip |
Add SHB info to Summary
svn path=/trunk/; revision=41167
Diffstat (limited to 'summary.h')
-rw-r--r-- | summary.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -67,6 +67,11 @@ typedef struct _summary_tally { guint64 drops; /**< number of packet drops */ const char *dfilter; /**< display filter */ gboolean is_tempfile; + /* from SHB, use summary_fill_shb_inf() to get values */ + gchar *opt_comment; /**< comment from SHB block */ + gchar *shb_hardware; /**< Capture HW from SHB block */ + gchar *shb_os; /**< The OS the capture was made on from SHB block */ + gchar *shb_user_appl; /**< The application that made the capture from SHB block */ /* capture related, use summary_fill_in_capture() to get values */ GArray *ifaces; gboolean legacy; |