move get_txt into an action building the whole dns_rr_txt structure
This commit is contained in:
parent
954a762fc0
commit
b953b9a763
3 changed files with 28 additions and 14 deletions
|
|
@ -7,6 +7,12 @@ enum DNSTokenType_ {
|
|||
TT_dns_qname_t,
|
||||
TT_dns_question_t,
|
||||
TT_dns_rr_t,
|
||||
TT_dns_rr_txt_t,
|
||||
TT_dns_rr_hinfo_t,
|
||||
TT_dns_rr_minfo_t,
|
||||
TT_dns_rr_mx_t,
|
||||
TT_dns_rr_soa_t,
|
||||
TT_dns_rr_wks_t,
|
||||
TT_dns_domain_t
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue