Skip to content

Commit

Permalink
Update message type description
Browse files Browse the repository at this point in the history
- Fix description for `UPDATE_QUERY`/`UPDATE_RESPONSE`, doesn't really involve a resolver
  • Loading branch information
jelu authored and cmikk committed Jan 24, 2022
1 parent 9bafb5b commit ddf9ab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dnstap.proto
Original file line number Diff line number Diff line change
Expand Up @@ -215,13 +215,13 @@ message Message {
// tool from a DNS server, from the perspective of the tool.
TOOL_RESPONSE = 12;

// UPDATE_QUERY is a DNS update query message received from a resolver
// UPDATE_QUERY is a Dynamic DNS Update request (RFC 2136) received
// by an authoritative name server, from the perspective of the
// authoritative name server.
UPDATE_QUERY = 13;

// UPDATE_RESPONSE is a DNS update response message sent from an
// authoritative name server to a resolver, from the perspective of the
// UPDATE_RESPONSE is a Dynamic DNS Update response (RFC 2136) sent
// from an authoritative name server, from the perspective of the
// authoritative name server.
UPDATE_RESPONSE = 14;
}
Expand Down

0 comments on commit ddf9ab5

Please sign in to comment.