aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/checkAPIs.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/checkAPIs.pl b/tools/checkAPIs.pl
index 58ca5dc798..fc430b6e22 100755
--- a/tools/checkAPIs.pl
+++ b/tools/checkAPIs.pl
@@ -76,6 +76,9 @@ my %APIs = (
# See https://gitlab.com/wireshark/wireshark/-/issues/6695#note_400659130
'g_fprintf',
'g_vfprintf',
+ # use native snprintf() and vsnprintf() instead of these:
+ 'g_snprintf',
+ 'g_vsnprintf',
### non-ANSI C
# use memset, memcpy, memcmp instead of these:
'bzero',