Wireshark-commits: [Wireshark-commits] rev 29794: /trunk/epan/ /trunk/epan/: column-utils.c column_
Date: Tue, 08 Sep 2009 14:26:10 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29794

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

Log:
 Custom column deprecation:
 
 We fill out the COL_SRCIDX column by using 'pinfo->src_idx'. This member is only set by the MDS Header dissector based on 'mdshdr.srcidx'. So remove COL_SRCIDX and migrate to 'mdshdr.srcidx' 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