ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

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

Date: Wed, 08 Sep 2010 23:10:55 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=34088

User: sfisher
Date: 2010/09/08 04:10 PM

Log:
 Turn the TCP timestamp option into a subtree to also show the option kind,
 option length and values with proto_tree_add_item() intead of _add_text().
 The options tree still shows the same information as before until the sub-
 tree is expanded.
 
 The goal is to do this with all TCP and IP options.

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