Ethereal-cvs: [Ethereal-cvs] cvs commit: ethereal tap-smbstat.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: Sat, 27 Sep 2003 19:00:36 -0500 (CDT)
sahlberg    2003/09/27 19:00:36 CDT

  Modified files:
    .                    tap-smbstat.c 
  Log:
  Update to SMB service response time stats.
  For short packets, we might not have enough of the payload to decode
  the transaction info levels  and thus that data structure is NULL.
  
  check the pointer to this struct first before we try to dereference it.
  
  Revision  Changes    Path
  1.5       +11 -5     ethereal/tap-smbstat.c