Custom column updates:
authorStephen Fisher <steve@stephen-fisher.com>
Sat, 1 Mar 2008 05:16:45 +0000 (05:16 -0000)
committerStephen Fisher <steve@stephen-fisher.com>
Sat, 1 Mar 2008 05:16:45 +0000 (05:16 -0000)
commit56226b49b8818f12ccaef777f427834958dc5dba
tree7b42047b1a68cbcc4e11173f6726c47b25c6ae3e
parent61caa0b5b9bd530493e6a66fb9b6e38c1b29404a
Custom column updates:

 - Change apply / prepare / ... as filter to use the field's value, which
   is now stored in fdata as well as cinfo.  Now we don't have to reprocess
   the entire packet list when using these features.  This also prevents
   the use of these features from overwriting custom column information.
   (custom columns can now be used in apply / prepare ... as filter)
 - Break col_expr and col_expr_val out into a struct that is included not only
   in cinfo, but now also fdata.
 - Have col_custom_set_fstr() quote FT_STRING & FT_STRINGZ when storing the
   col_expr_val value (for filter creation).

svn path=/trunk/; revision=24511
epan/column-utils.c
epan/column-utils.h
epan/column.c
epan/column_info.h
epan/frame_data.h
epan/proto.c
file.c
gtk/main.c
rawshark.c
tshark.c