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

Date: Wed, 13 Feb 2008 05:05:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=24317

User: sfisher
Date: 2008/02/13 05:05 AM

Log:
 Check in changes originally checked in as SVN revision 24308 (new column
 type: Custom) that were backed out in SVN revision 24309.
 
 Changes since that revision include a reworking of the handling of the
 cfile/cinfo variables in epan/column-utils.c, addition of three new
 functions to libwireshark.def and a bug fix to prevent a crash when no
 custom columns were not in use.
 
 Compilation verified locally on MacOS X, Linux and Windows.

Directory: /trunk/epan/
  Changes    Path                Action
  +62 -0     column-utils.c      Modified
  +11 -0     column-utils.h      Modified
  +7 -2      column.c            Modified
  +1 -0      column_info.h       Modified
  +3 -0      libwireshark.def    Modified
  +11 -2     proto.c             Modified

Directory: /trunk/
  Changes    Path          Action
  +7 -3      file.c        Modified