Skip to content

Commit

Permalink
Merge branch 'master' of dnstap.pb
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Edmonds committed Apr 21, 2014
2 parents 228ac64 + 2d8098a commit e4644c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions dnstap.pb/.gitignore
Expand Up @@ -7,3 +7,4 @@
*.pb.h
*.pb.go
*_pb2.py
*_pb2.pyc
10 changes: 8 additions & 2 deletions dnstap.pb/dnstap.proto
Expand Up @@ -157,6 +157,14 @@ message Message {
// STUB_RESPONSE is a DNS response message sent from a DNS server to a
// stub resolver, from the perspective of the stub resolver.
STUB_RESPONSE = 10;

// TOOL_QUERY is a DNS query message sent from a DNS software tool to a
// DNS server, from the perspective of the tool.
TOOL_QUERY = 11;

// TOOL_RESPONSE is a DNS response message received by a DNS software
// tool from a DNS server, from the perspective of the tool.
TOOL_RESPONSE = 12;
}

// One of the Type values described above.
Expand Down Expand Up @@ -235,15 +243,13 @@ message Message {

// RESOLVER_QUERY:
// socket_family, socket_protocol
// query_name, query_type, query_class
// query_message
// query_time_sec, query_time_nsec
// query_zone
// response_address, response_port

// RESOLVER_RESPONSE:
// socket_family, socket_protocol
// query_name, query_type, query_class
// query_time_sec, query_time_nsec
// query_zone
// response_address, response_port
Expand Down

0 comments on commit e4644c5

Please sign in to comment.