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
Currently you can select to ignore AXFR and IXFR. As things stand, this will record the AXFR query, but not the response RR, because we only check and ignore RR type on second and subsequent queries.
It would be better to move the Q/RRTYPE ignore into the packet decode. That way we can skip over large data we don't want. It would mean having to retain the original *COUNT values, as decoded packets would have fewer entries than the original.
And how should it handle them?
At present I think a 300Mb AXFR will generate a few 300Mb buffers internally. This could be interesting.
The text was updated successfully, but these errors were encountered: