https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675
William Preston <wireshark@xxxxxxxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3503| |review_for_checkin?
Flag| |
--- Comment #3 from William Preston <wireshark@xxxxxxxxxxxxxxx> 2009-08-12 09:49:31 PDT ---
Created an attachment (id=3503)
--> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=3503)
Patch to remove row block after processing multiple PDUs in TCP Packet
packet-tcp marks a row as unwritable if there is more
than 1 PDU in a packet to prevent overwriting of the
protocol column.
However this breaks the proto,colinfo tap which checks
rows are writable or dies EVEN if it doesn't alter anything.
Suggested patch attached to restore the initial value
after all PDUs have been processed.
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.