summaryrefslogtreecommitdiff
path: root/ui/text_import.h
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2013-04-02 12:15:42 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2013-04-02 12:15:42 +0000
commit26bdb4f056e2a1e5715004cd0429f1eec9b83b46 (patch)
tree27012c51858b5bb7ef890d962b6935efefaf64e5 /ui/text_import.h
parent36ad3475d9156a770c7ffa04bc83114215872638 (diff)
downloadwireshark-26bdb4f056e2a1e5715004cd0429f1eec9b83b46.tar.gz
Add support for the initial direction indication. Irene will hook
it up to the GUI soon. svn path=/trunk/; revision=48696
Diffstat (limited to 'ui/text_import.h')
-rw-r--r--ui/text_import.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/text_import.h b/ui/text_import.h
index 1f789e3f27..11ea4049cc 100644
--- a/ui/text_import.h
+++ b/ui/text_import.h
@@ -68,6 +68,7 @@ typedef struct
FILE *import_text_file;
enum offset_type offset_type;
gboolean date_timestamp;
+ gboolean has_direction;
char *date_timestamp_format;
/* Import info */