Remove some old obsolete text in the proto_tree_add_text() description.
authorwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 Jan 2014 17:19:25 +0000 (17:19 +0000)
committerwmeier <wmeier@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 24 Jan 2014 17:19:25 +0000 (17:19 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@54943 f5534014-38df-0310-8fa8-9805f1628bb7

doc/README.dissector

index 2596661d3bf5fa01d3363c046b01e7fd1247588b..e2e9ae2b68d29516644ee7bec16c3a39c105f8ee 100644 (file)
@@ -1631,13 +1631,6 @@ proto_tree_add_text()
 ---------------------
 proto_tree_add_text() is used to add a label to the GUI tree.  It will
 contain no value, so it is not searchable in the display filter process.
-This function was needed in the transition from the old-style proto_tree
-to this new-style proto_tree so that Wireshark would still decode all
-protocols w/o being able to filter on all protocols and fields.
-Otherwise we would have had to cripple Wireshark's functionality while we
-converted all the old-style proto_tree calls to the new-style proto_tree
-calls.  In other words, you should not use this in new code unless you've got
-a specific reason (see below).
 
 This can (and should only) be used for items with subtrees, which may not
 have values themselves - the items in the subtree are the ones with values.