Skip to content

Commit

Permalink
Add PBDNSMessageList wrapper for repeated PBDNSMessages
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcook committed Feb 5, 2021
1 parent 9d8a544 commit 741fb7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dnsmessage.proto
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,7 @@ message PBDNSMessage {
optional uint32 fromPort = 20; // Source port of the DNS query (client)
optional uint32 toPort = 21; // Destination port of the DNS query (server)
}

message PBDNSMessageList {
repeated PBDNSMessage msg = 1;
}

0 comments on commit 741fb7f

Please sign in to comment.