summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-18 22:29:11 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2012-12-18 22:29:11 +0000
commit02a69849b741444169ad21220ae2a231cefd5a69 (patch)
treec78ee5a90216b722ed120d1966fad655083420eb /tools
parent0ba722d3bf5943259f2458b78179915e8b814160 (diff)
downloadwireshark-02a69849b741444169ad21220ae2a231cefd5a69.tar.gz
Don't do proto_tree_add_ether(..., tvb_get_ptr(...)), just use proto_tree_add_item().
svn path=/trunk/; revision=46598
Diffstat (limited to 'tools')
-rwxr-xr-xtools/checkAPIs.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index e2e24f1f87..ae705e8587 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -1351,6 +1351,7 @@ my @TvbPtrAPIs = (
# given offset and length are equal) with these:
'proto_tree_add_bytes_format',
'proto_tree_add_bytes_format_value',
+ 'proto_tree_add_ether',
# Use the tvb_* version of these:
'ether_to_str',
'ip_to_str',