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

Date: Mon, 01 Jul 2013 16:32:53 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=50302

User: mmann
Date: 2013/07/01 09:32 AM

Log:
 Made an attempt at making all TCP expert info filterable.  Many of the expert info "items" are shared with a FT_NONE (hf_ display) filter, so I replaced the FT_NONE filter used with proto_tree_add_none_format() and just went with an expert info "item" with the same display filter name.  The text between the "text" item and the "expert info" item varied, so I'd tried to best merge the two.
 
 "tcp.analysis.duplicate_ack" has both an hf_ and ei_ "item" so that the duplicate ack # and frame # can be assembled properly in the tree.  Since hf_tcp_analysis_duplicate_ack is of type FT_NONE, the duplicative display filter name is okay.

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