Skip to content

Commit

Permalink
Merge pull request #1 from neilcook/msglist
Browse files Browse the repository at this point in the history
Add PBDNSMessageList wrapper for repeated PBDNSMessages
  • Loading branch information
wojas authored Feb 8, 2021
2 parents 9d8a544 + 741fb7f commit 3d6c53d
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 3d6c53d

Please sign in to comment.