dns_name_fromwire_3_data
来自「package of develop dns」· 代码 · 共 32 行
TXT
32 行
## test data for dns_name_fromwire_3# format:# <msgfile> <testname_offset> <downcase># <dc_method> <exp_name> <exp_result>## where msgfile contains a DNS message in hex form## and where testname_offset is the byte offset in this message of# the start of a name## and where downcase is 1 or 0## and where dc_method is one of# DNS_COMPRESS_ALL# DNS_COMPRESS_GLOBAL14# DNS_COMPRESS_NONE## and where exp_name is the expected name after any decompression# or case conversion## and where exp_result may be one of# ISC_R_NOSPACE# DNS_R_BADLABELTYPE# DNS_R_DISALLOWED# DNS_R_BADPOINTER# ISC_R_UNEXPECTEDEND# DNS_R_TOOMANYHOPS#wire_test3_1.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_BADLABELTYPEwire_test3_2.data 25 1 DNS_COMPRESS_ALL vix.com. DNS_R_BADLABELTYPE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?