Skip to content
  • Lubos Slovak's avatar
    b10f883b
    API for parsing query and type distinction. · b10f883b
    Lubos Slovak authored
    - Added a separate function to nameserver to parse query and get
      its type.
    - Added special type for query types to dnslib/consts.h.
    
    WARNING: The rest of the API is not modified yet to support the
             pre-parsed query, so you must still call
             ns_answer_request() with the unparsed query.
    
    refs #750, 749
    b10f883b
    API for parsing query and type distinction.
    Lubos Slovak authored
    - Added a separate function to nameserver to parse query and get
      its type.
    - Added special type for query types to dnslib/consts.h.
    
    WARNING: The rest of the API is not modified yet to support the
             pre-parsed query, so you must still call
             ns_answer_request() with the unparsed query.
    
    refs #750, 749
Loading