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

Date: Sat, 22 Jun 2013 02:00:04 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50112

User: sahlberg
Date: 2013/06/21 07:00 PM

Log:
 Make TCP segment length a generated field instead of a hidden field.
 
 We should deprecate the use of hidden fields, at least for fields that arei
 useful in filters. To make it easier for users to discover and use the fields.
 
 Change the highly useful field for TCP segment payload length from
 being a hidden field to be a generated field instead.

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