mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/awelzel/fix-dns-binds-complte-typo'
* origin/topic/awelzel/fix-dns-binds-complte-typo: DNS/dns_binds_rr: Fix complte to complete typo, switch to count
This commit is contained in:
commit
9034e135d1
6 changed files with 40 additions and 19 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