summaryrefslogtreecommitdiffstats
path: root/tools/check_typed_item_calls.py
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 17:44:25 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-26 17:44:25 +0000
commitf59ea5f7690c9a01ef6f7f6508084a66c40b1dae (patch)
tree482ee255d71f113be6c62e9ff3543fd6ebb9f12a /tools/check_typed_item_calls.py
parentReleasing progress-linux version 4.2.2-1.1~progress7.99u1. (diff)
downloadwireshark-f59ea5f7690c9a01ef6f7f6508084a66c40b1dae.tar.xz
wireshark-f59ea5f7690c9a01ef6f7f6508084a66c40b1dae.zip
Merging upstream version 4.2.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tools/check_typed_item_calls.py')
-rwxr-xr-xtools/check_typed_item_calls.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/check_typed_item_calls.py b/tools/check_typed_item_calls.py
index 4800203..24520c6 100755
--- a/tools/check_typed_item_calls.py
+++ b/tools/check_typed_item_calls.py
@@ -305,7 +305,8 @@ class ProtoTreeAddItemCheck(APICheck):
'seq_info->txt_enc | ENC_NA',
'BASE_SHOW_UTF_8_PRINTABLE',
'dhcp_secs_endian',
- 'is_mdns ? ENC_UTF_8|ENC_NA : ENC_ASCII|ENC_NA'
+ 'is_mdns ? ENC_UTF_8|ENC_NA : ENC_ASCII|ENC_NA',
+ 'xl_encoding'
}:
global warnings_found