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: Thu, 2 Aug 2001 03:08:13 -0500 (CDT)
guy         2001/08/02 03:08:13 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  Make some variables and routines not used outside "packet-smb.c" static.
  
  Show the parameters, data, and padding in transact/transact2 SMBs as
  hex, not text; it's usually binary.
  
  "dissect_transact_params()" returns immediately if TransactName is null,
  so we don't need to check whether it's null when copying it; just use
  "g_strdup()" to copy it.
  
  Revision  Changes    Path
  1.88      +25 -21    ethereal/packet-smb.c