summaryrefslogtreecommitdiff
path: root/summary.h
diff options
context:
space:
mode:
Diffstat (limited to 'summary.h')
-rw-r--r--summary.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/summary.h b/summary.h
index 699ebf4049..68634ad9d9 100644
--- a/summary.h
+++ b/summary.h
@@ -75,11 +75,6 @@ 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 */
- const 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;