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: Wed, 9 Apr 2003 13:35:29 -0500 (CDT)
guy         2003/04/09 13:35:29 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  Squelch a compiler warning - the problem "should not happen", as a
  WriteAndX request should have a full complement of word parameters, but,
  just in cast it doesn't....
  
  (Should we somehow arrange to throw an exception if there aren't enough
  word or byte parameters in SMBs, i.e. impose a minimum in some cases?)
  
  Revision  Changes    Path
  1.320     +2 -2      ethereal/packet-smb.c