http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24308
User: sfisher
Date: 2008/02/12 03:16 AM
Log:
Introduce a new column type called custom, which lets you put any display
filter name in the description field and it will display that field in the
packet list if it occurs in that packet. Note that the more common fields
are implemented, but a number of them remain to be implemented in
epan/proto.c. I will work on these other fields as I have time.
Directory: /trunk/epan/
Changes Path Action
+54 -0 column-utils.c Modified
+10 -0 column-utils.h Modified
+7 -2 column.c Modified
+1 -0 column_info.h Modified
+11 -2 proto.c Modified
Directory: /trunk/
Changes Path Action
+7 -3 file.c Modified