From 30a043931e9f0382cb8516403a3e3dc6eb5a08dc Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Fri, 11 Jan 2002 08:21:02 +0000 Subject: From Jirka Novak: Support for generating filter expressions based on packet list column values Support for adding filter expressions generated from column or protocol tree field values to the current expression rather than replacing the current expression svn path=/trunk/; revision=4522 --- epan/column_info.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'epan/column_info.h') diff --git a/epan/column_info.h b/epan/column_info.h index 48ad0383d1..cfe0c24a5c 100644 --- a/epan/column_info.h +++ b/epan/column_info.h @@ -1,7 +1,7 @@ /* column.h * Definitions for column structures and routines * - * $Id: column_info.h,v 1.1 2001/04/01 03:42:00 hagbard Exp $ + * $Id: column_info.h,v 1.2 2002/01/11 08:21:00 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -40,6 +40,8 @@ typedef struct _column_info { gchar **col_title; /* Column titles */ gchar **col_data; /* Column data */ gchar **col_buf; /* Buffer into which to copy data for column */ + gchar **col_expr; /* Filter expression */ + gchar **col_expr_val; /* Value for filter expression */ gboolean writable; /* Are we stil writing to the columns? */ } column_info; -- cgit v1.2.3