Wireshark-commits: [Wireshark-commits] rev 24511: /trunk/ /trunk/epan/: column-utils.c column-utils
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24511
User: sfisher
Date: 2008/03/01 05:17 AM
Log:
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).
Directory: /trunk/epan/
Changes Path Action
+97 -85 column-utils.c Modified
+1 -1 column-utils.h Modified
+4 -3 column.c Modified
+6 -2 column_info.h Modified
+1 -0 frame_data.h Modified
+19 -19 proto.c Modified
Directory: /trunk/gtk/
Changes Path Action
+6 -30 main.c Modified
Directory: /trunk/
Changes Path Action
+17 -0 file.c Modified
+2 -2 rawshark.c Modified
+2 -2 tshark.c Modified