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: Ronnie Sahlberg <sahlberg@xxxxxxxxxxxxxxxxx>
Date: Sun, 17 Aug 2003 16:21:51 -0500 (CDT)
sahlberg    2003/08/17 16:21:51 CDT

  Modified files:
    .                    packet-smb.c 
  Log:
  Update to SMB
  
  Change the AndX command fields  to only place a filterable field in the tree when smb.cmd is NOT 0xff
  If smb.cmd is 0xFF just place a text entry in the field instead.
  
  This makes it more intuitive for users that try to use filters such as
  smb.cmd!=0xXY   since the filter will no longer behave "unexpectedly" and fail to filter out any of the AndX commands.
  
  Yes,   they should really use !smb.cmd==0xXY instead but one cant explain this to every single user.
  
  I dont think anyone would ever want to filter for smb.cmd==0xFF anyway
  
  Revision  Changes    Path
  1.364     +16 -16    ethereal/packet-smb.c