summaryrefslogtreecommitdiff
path: root/cfile.h
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-01-19 18:21:21 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-01-19 18:21:21 +0000
commit347d0a77bf4117d730fd3646d194588d886fc7c0 (patch)
treeeda733125594320f73201acec369bc4e824a153c /cfile.h
parent30b047223abc6075763935ffa0de9491c2f855f3 (diff)
downloadwireshark-347d0a77bf4117d730fd3646d194588d886fc7c0.tar.gz
From Cal Turney via enhancement bug #5587: In hex or string searches of the
packet data highlight the target rather than the entire field. svn path=/trunk/; revision=35584
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 5789b0d230..fe912bb261 100644
--- a/cfile.h
+++ b/cfile.h
@@ -79,6 +79,7 @@ typedef struct _capture_file {
gboolean case_type; /* TRUE if case-insensitive text search */
gboolean decode_data; /* TRUE if searching protocol tree text */
gboolean summary_data; /* TRUE if searching Info column text */
+ gboolean search_in_progress; /* TRUE if user just clicked OK in the Find dialog or hit <control>N/B */
/* packet data */
union wtap_pseudo_header pseudo_header; /* Packet pseudo_header */
guint8 pd[WTAP_MAX_PACKET_SIZE]; /* Packet data */