aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2023-01-16 15:35:04 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2023-01-16 15:35:04 +0000
commit4dd78f11c9298887f35f96f7cd9911d31cb8ebef (patch)
tree42a1a63daddff832f6996629d0823d970a8c3cd8 /tools
parentda0c933aa8e65f15dbdfc1ff34db74a2b8991210 (diff)
Fix various issues seen with tools/check_typed_item_calls.py
Diffstat (limited to 'tools')
-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 a11ce0c302..55be59a16d 100755
--- a/tools/check_typed_item_calls.py
+++ b/tools/check_typed_item_calls.py
@@ -273,7 +273,8 @@ known_non_contiguous_fields = { 'wlan.fixed.capabilities.cfpoll.sta',
'v120.lli', # non-contiguous field (http://www.acacia-net.com/wwwcla/protocol/v120_l2.htm)
'stun.type.class',
'bssgp.csg_id', 'tiff.t6.unused', 'artnet.ip_prog_reply.unused',
- 'telnet.auth.mod.enc', 'osc.message.midi.bender', 'btle.data_header.rfu'
+ 'telnet.auth.mod.enc', 'osc.message.midi.bender', 'btle.data_header.rfu',
+ 'stun.type.method' # figure 3 in rfc 5389
}
##################################################################################################