Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal packet-diameter.c packet-ndmp.c packet-smb-p

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

From: Guy Harris <guy@xxxxxxxxxxxxxxxxxxx>
Date: Tue, 15 Jan 2002 04:01:23 -0600 (CST)
guy         2002/01/15 04:01:23 CST

  Modified files:
    .                    packet-diameter.c packet-ndmp.c 
                         packet-smb-pipe.c packet-smb.c prefs.c 
  Log:
  Fix some preferences to eliminate the extra copy of the protocol name at
  the beginning, and to use underscores rather than periods where the
  preference's name really isn't part of a hierarchical namespace.
  
  Use "%u" rather than "%d" to print unsigned quantities.
  
  Revision  Changes    Path
  1.40      +2 -2      ethereal/packet-diameter.c
  1.6       +2 -2      ethereal/packet-ndmp.c
  1.63      +2 -2      ethereal/packet-smb-pipe.c
  1.194     +5 -5      ethereal/packet-smb.c
  1.78      +15 -1     ethereal/prefs.c