aboutsummaryrefslogtreecommitdiffstats
path: root/cfile.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-22 23:08:48 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-07-22 23:08:48 +0000
commit2415af0cf541f5d95d8ae9c68e8b1550f5bf5946 (patch)
tree2dbdd4c977f90f37e0a5cd498903fac9b6f8f760 /cfile.h
parentdfc253d8a00d3d4be099eafa75883adbc2f45917 (diff)
From Greg Morris: code to support searches for text or raw binary data
in a frame in Find Frame. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@8067 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'cfile.h')
-rw-r--r--cfile.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/cfile.h b/cfile.h
index 9525fbaefb..f6939e39f0 100644
--- a/cfile.h
+++ b/cfile.h
@@ -1,7 +1,7 @@
/* cfile.h
* capture_file definition & GUI-independent manipulation
*
- * $Id: cfile.h,v 1.1 2002/09/06 23:14:04 sahlberg Exp $
+ * $Id: cfile.h,v 1.2 2003/07/22 23:08:47 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -65,6 +65,9 @@ typedef struct _capture_file {
#endif
gchar *sfilter; /* Search filter string */
gboolean sbackward; /* TRUE if search is backward, FALSE if forward */
+ gboolean hex; /* TRUE is Hex search is being performed */
+ gboolean ascii; /* TRUE is ASCII search is being performed */
+ char *ftype; /* Find Frame String Type */
union wtap_pseudo_header pseudo_header; /* Packet pseudo_header */
guint8 pd[WTAP_MAX_PACKET_SIZE]; /* Packet data */
GMemChunk *plist_chunk; /* Memory chunk for frame_data structures */