http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29793
User: krj
Date: 2009/09/08 07:21 AM
Log:
Custom column deprecation:
We fill out the COL_RXID column by using 'pinfo->rxid'. This member is only set by the Fibre Channel dissector based on 'fc.rx_id'. So remove COL_RXID and migrate to 'fc.rx_id' 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