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

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: Sun, 4 Nov 2001 19:44:19 -0600 (CST)
guy         2001/11/04 19:44:18 CST

  Modified files:
    .                    packet-smb.c 
  Log:
  Futher tvbuffification from Ronnie Sahlberg.
  
  Do more sanity checking on DOS dates and times.
  
  Convert a bunch of "proto_tree_add_XXX" calls to "proto_tree_add_item"
  calls.
  
  Put the word and byte data for untvbuffified SMBs under a subtree just
  as is done for tvbuffified SMBs.
  
  Get rid of some no-longer-used routines.
  
  Fix some displays in untvbuffified SMBs to resemble the way those fields
  are displayed for tvbuffified SMBs.
  
  Display timesouts as seconds and milliseconds when they're in units of
  milliseconds.
  
  Revision  Changes    Path
  1.130     +615 -997  ethereal/packet-smb.c