Wireshark-bugs: [Wireshark-bugs] [Bug 1132] TLS decryption incorrectly decrypting http packet?

Date: Thu, 28 Sep 2006 21:21:51 +0000 (GMT)
http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=1132





------- Comment #4 from phantal@xxxxxxxxx  2006-09-28 21:21 GMT -------
It looks as though the SSL dissector is setting the writable flag to false as
well, only it's not using the column-utils functions; it's directly setting
pinfo->cinfo->writable=FALSE under some circumstances, and as far as I can tell
neither of the two (SSL dissector & http dissector) ever set
pinfo->cinfo->writable=TRUE, whether through a call to col_set_writable, or
directly setting it.

  I'll try to work on this further when I have more time.


-- 
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.