Wireshark-commits: [Wireshark-commits] rev 52200: /trunk-1.8/epan/dissectors/ /trunk-1.8/epan/disse
Date: Tue, 24 Sep 2013 01:50:25 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=52200

User: eapache
Date: 2013/09/24 01:50 AM

Log:
 Simply don't store (or look for) the conversation struct in the packet proto
 data, since it leads to mis-casts and bad corruptions. This is effectively a
 backport for Jeff's r50734 fixing
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8941
 but since we don't have the index count for p_add_proto_data I had to go through
 and prove to myself that the entire thing can be safely removed.

Directory: /trunk-1.8/epan/dissectors/
  Changes    Path                Action
  +0 -4      packet-ntlmssp.c    Modified