Wireshark-commits: [Wireshark-commits] rev 34663: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Wed, 27 Oct 2010 21:08:51 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34663

User: morriss
Date: 2010/10/27 02:08 PM

Log:
 Fix the disssector assertion reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3877 :
 
 The rest of the code assumes that sip can be NULL, so don't assert when it's
 not.
 
 Also make fid_cmp() static since it's only used in this module.

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +5 -5      packet-smb.c    Modified