From cc5d7670bde3072fdc4aa738c7643e50133c2cb2 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Thu, 1 Apr 2010 21:55:01 +0000 Subject: Keep a copy of the interface description and capture filter around so that we can use it in the main window title during and after capture. Add a "-X" option for providing a description for stdin. svn path=/trunk/; revision=32357 --- cfile.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cfile.h') diff --git a/cfile.h b/cfile.h index d46c4962ce..f98f1e74f7 100644 --- a/cfile.h +++ b/cfile.h @@ -44,6 +44,7 @@ typedef enum { typedef struct _capture_file { file_state state; /* Current state of capture file */ gchar *filename; /* Name of capture file */ + gchar *source; /* Temp file source, e.g. "Pipe from elsewhere" */ gboolean is_tempfile; /* Is capture file a temporary file? */ gboolean user_saved; /* If capture file is temporary, has it been saved by user yet? */ gint64 f_datalen; /* Size of capture file data (uncompressed) */ -- cgit v1.2.3