From 2415af0cf541f5d95d8ae9c68e8b1550f5bf5946 Mon Sep 17 00:00:00 2001 From: guy Date: Tue, 22 Jul 2003 23:08:48 +0000 Subject: 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 --- cfile.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cfile.h') 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 @@ -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 */ -- cgit v1.2.3