mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
DNS/dns_binds_rr: Fix complte to complete typo, switch to count
From my reading in the docs the complete_flag should only ever be a single byte, so add a weird for when it is longer, but use count as the new type.
This commit is contained in:
parent
0ebcd9608f
commit
f6c44e3f7a
3 changed files with 28 additions and 18 deletions
|
@ -4247,8 +4247,9 @@ type dns_binds_rr: record {
|
|||
algorithm: count; ##< Algorithm for Public Key.
|
||||
key_id: count; ##< key tag.
|
||||
removal_flag: count; ##< rm flag.
|
||||
complte_flag: string; ##< complete flag.
|
||||
complte_flag: string &deprecated="Remove in v8.1: Use complete_flag instead."; ##< complete flag.
|
||||
is_query: count; ##< The RR is a query/Response.
|
||||
complete_flag: count; ##< complete flag.
|
||||
};
|
||||
|
||||
## A Private RR type LOC record.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue