You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One possible cause is a race condition in the package capture. This would occur if there are packets that are still in transit after the packet capture has been stopped.
Another cause that is likely happening is DNS over UDP being truncated due to the message size limitations. The DNS traffic is then issued over TCP, however this is not being observed or recorded.
Note: DNS truncation happening does not exclude the possibility of race condition existing as well.
It seems like in some cases we have a race condition in our packet capture, which is causing noise/imprecision in logging of DNS requests.
The text was updated successfully, but these errors were encountered: