Wireshark-commits: [Wireshark-commits] rev 35660: /trunk-1.4/epan/dissectors/ /trunk-1.4/epan/disse

Date: Wed, 26 Jan 2011 17:02:35 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=35660

User: wmeier
Date: 2011/01/26 09:02 AM

Log:
 Copy over revisions from trunk.
 
 ------------------------------------------------------------------------
 r34018 | morriss | 2010-08-30 13:05:37 -0400 (Mon, 30 Aug 2010) | 5 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ntlmssp.c
 
 Fix the crash reported in https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5157 :
 
 If get_unicode_or_ascii_string() returns a NULL pointer, return a pointer to an
 empty string back to our caller.
 
 ------------------------------------------------------------------------
 r34300 | wmeier | 2010-09-30 17:32:42 -0400 (Thu, 30 Sep 2010) | 3 lines
 Changed paths:
    M /trunk/epan/dissectors/packet-ntlmssp.c
 
 Fix some mangled comments (apparently mangled so that code could be commented out by an
 enclosing comment). The code is now commented out with #if 0.
 
 ------------------------------------------------------------------------

Directory: /trunk-1.4/epan/dissectors/
  Changes    Path                Action
  +21 -17    packet-ntlmssp.c    Modified