aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2006-11-14 22:35:22 +0000
committerStephen Fisher <steve@stephen-fisher.com>2006-11-14 22:35:22 +0000
commit90303fb17f8bb45b6955c80856907cdfeb87cd86 (patch)
tree91af0265b418e44db60f65011b22c56b72a6fb07 /cfile.h
parentdd26a7021b0101cbfa469f1a752464740a2f99e7 (diff)
New feature to automatically highlight the field found when doing a find.
This works for both string and hex searches. This resolves feature request bug #776. svn path=/trunk/; revision=19897
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cfile.h b/cfile.h
index bc726ea202..33a9752593 100644
--- a/cfile.h
+++ b/cfile.h
@@ -67,6 +67,7 @@ typedef struct _capture_file {
gboolean sbackward; /* TRUE if search is backward, FALSE if forward */
gboolean hex; /* TRUE is raw data search is being performed */
gboolean string; /* TRUE is text search is being performed */
+ guint32 search_pos; /* Position of last character found in search */
search_charset_t scs_type; /* Character set for text search */
gboolean case_type; /* TRUE if case-insensitive text search */
gboolean decode_data; /* TRUE if searching protocol tree text */