Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] rev 29535: /trunk/epan/dissectors/ /trunk/epan/dissectors/:

Date: Mon, 24 Aug 2009 09:05:26 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=29535

User: etxrab
Date: 2009/08/24 02:05 AM

Log:
 From: : " Michael"
 
 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.
 
 https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3675

Directory: /trunk/epan/dissectors/
  Changes    Path            Action
  +10 -0     packet-tcp.c    Modified