Skip to content

Commit

Permalink
fix constant names (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thermi authored Nov 19, 2022
1 parent b9567c5 commit 3a62ec6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dnsutils/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const (
DNSTAP_CLIENT_RESPONSE = "CLIENT_RESPONSE"
DNSTAP_CLIENT_QUERY = "CLIENT_QUERY"

PROTO_IPV6 = "INIT6"
PROTO_IPV4 = "INIT"
PROTO_IPV6 = "INET6"
PROTO_IPV4 = "INET"
PROTO_UDP = "UDP"
PROTO_TCP = "TCP"

Expand Down

0 comments on commit 3a62ec6

Please sign in to comment.