DNS, refactored and compiling. Needs struct-building action written still.
This commit is contained in:
parent
40be28fb7e
commit
4226d67c26
7 changed files with 354 additions and 69 deletions
23
examples/rr.h
Normal file
23
examples/rr.h
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
#ifndef HAMMER_DNS_RR__H
|
||||
#define HAMMER_DNS_RR__H
|
||||
|
||||
#include "../src/hammer.h"
|
||||
|
||||
const parser_t* init_cname();
|
||||
const parser_t* init_hinfo();
|
||||
const parser_t* init_mb();
|
||||
const parser_t* init_md();
|
||||
const parser_t* init_mf();
|
||||
const parser_t* init_mg();
|
||||
const parser_t* init_minfo();
|
||||
const parser_t* init_mr();
|
||||
const parser_t* init_mx();
|
||||
const parser_t* init_null();
|
||||
const parser_t* init_ns();
|
||||
const parser_t* init_ptr();
|
||||
const parser_t* init_soa();
|
||||
const parser_t* init_txt();
|
||||
const parser_t* init_a();
|
||||
const parser_t* init_wks();
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue