Ethereal-cvs: [Ethereal-cvs] rev 15760: /trunk/epan/: expert.c expert.h frame_data.h /trunk/gt

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Sun, 11 Sep 2005 22:25:35 GMT
User: guy
Date: 2005/09/11 05:25 PM

Log:
 Frame numbers are unsigned, and they start at 1; 0 is what's used for
 "unknown" for frame numbers.  Note that in epan/frame_data.h, and make
 the frame number in experts unsigned, and use 0 for "unknown", and
 display it as an unsigned number - and, if it's 0, don't display it at
 all.
 
 Fix the signature of "expert_dlg_draw()" to match what a tap's draw
 routine's signature is expected to be.

Directory: /trunk/epan/
  Changes    Path            Action
  +2 -2      expert.c        Modified
  +1 -1      expert.h        Modified
  +3 -0      frame_data.h    Modified

Directory: /trunk/gtk/
  Changes    Path            Action
  +8 -3      expert_dlg.c    Modified

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



http://anonsvn.ethereal.com/viewcvs/viewcvs.py?rev=15760&view=rev