http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29795
User: krj
Date: 2009/09/08 07:29 AM
Log:
Custom column deprecation:
We fill out the COL_DSTIDX column by using 'pinfo->dst_idx'. This member is only set by the MDS Header dissector based on 'mdshdr.dstidx'. So remove COL_DSTIDX and migrate to 'mdshdr.dstidx' custom column.
Directory: /trunk/epan/
Changes Path Action
+0 -5 column-utils.c Modified
+1 -1 column_info.h Modified
+2 -1 prefs.c Modified
Directory: /trunk/epan/wslua/
Changes Path Action
+0 -1 wslua_pinfo.c Modified