Skip to content

Commit

Permalink
NETOBSERV-1379: enhance DNS debugging to dbg DNS over TCP
Browse files Browse the repository at this point in the history
Signed-off-by: Mohamed Mahmoud <mmahmoud@redhat.com>
  • Loading branch information
msherif1234 committed Oct 31, 2023
1 parent a40dcf9 commit ecc34d7
Show file tree
Hide file tree
Showing 3 changed files with 43 additions and 30 deletions.
2 changes: 2 additions & 0 deletions pkg/pipeline/pipeline_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ parameters:
DnsLatency: durationpb.New(someDuration),
DnsId: 1,
DnsFlags: 0x80,
DnsErrno: 0,
TimeFlowRtt: durationpb.New(someDuration),
}},
})
Expand Down Expand Up @@ -252,6 +253,7 @@ parameters:
"DnsLatencyMs": float64(someDuration.Milliseconds()),
"DnsId": float64(1),
"DnsFlags": float64(0x80),
"DnsErrno": float64(0),
"DnsFlagsResponseCode": "NoError",
"TimeFlowRttNs": float64(someDuration.Nanoseconds()),
}, capturedRecord)
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ecc34d7

Please sign in to comment.