Comment # 3
on bug 8409
from Evan Huus
I think we have two issues here:
All the get_unicode_or_ascii_string() issues are due to smb and tcp fighting
over ownership of pinfo->private_data (and subsequently casting the pointer to
the wrong kind of struct).
The other issue is that when creating our ntsmllp conversation structure at
packet-ntlmssp.c:1524, we don't (necessarily) initialize the ntlm_response
members, and possibly others.
You are receiving this mail because:
- You are watching all bug changes.