Wireshark-commits: [Wireshark-commits] rev 29792: /trunk/epan/ /trunk/epan/: column-utils.c column_

Date: Tue, 08 Sep 2009 14:17:38 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29792

User: krj
Date: 2009/09/08 07:17 AM

Log:
 Custom column deprecation:
 
 We fill out the COL_OXID column by using 'pinfo->oxid'. This member is only set by the Fibre Channel dissector based on 'fc.ox_id'. So remove COL_OXID and migrate to 'fc.ox_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
  +9 -10     wslua_pinfo.c    Modified