summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2015-01-08 16:16:56 -0500
committerMichael Mann <mmann78@netscape.net>2015-01-09 01:10:28 +0000
commit67b15939219499248432e50a73f76fed5fb03c8c (patch)
tree9440a822c6c3e8b9753c2dca38ff74b2bb7e6549 /doc
parentecaa1f8d21b1284a267ca08d4d698ca99fbcab83 (diff)
downloadwireshark-67b15939219499248432e50a73f76fed5fb03c8c.tar.gz
Remove proto_tree_add_ax25
There isn't a legitimate use for the API, all cases can be covered with proto_tree_add_item. As a bonus, a few more tvb_get_ptr calls can be removed. Change-Id: I3bb86ba8f05ef3363407bcfe9b059ee27ebc135d Reviewed-on: https://code.wireshark.org/review/6429 Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/README.dissector3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/README.dissector b/doc/README.dissector
index c50957459c..3bbb342798 100644
--- a/doc/README.dissector
+++ b/doc/README.dissector
@@ -1178,9 +1178,6 @@ protocol or field labels to the proto_tree:
value_ptr, format, ...);
proto_item *
- proto_tree_add_ax25(tree, id, tvb, start, length, value);
-
- proto_item *
proto_tree_add_ether(tree, id, tvb, start, length, value_ptr);
proto_item *