aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorsfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-14 22:35:22 +0000
committersfisher <sfisher@f5534014-38df-0310-8fa8-9805f1628bb7>2006-11-14 22:35:22 +0000
commit1eb2c068fa154b35f9f17ce8b1f54f9fc0a10eb9 (patch)
tree91af0265b418e44db60f65011b22c56b72a6fb07 /cfile.h
parentf5296ad63a9b25bb79b9129480d8312499bd08b4 (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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19897 f5534014-38df-0310-8fa8-9805f1628bb7
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 */