Re: NulMrx/RDBSS debug output

xxxxx@evitechnology.com wrote:

Not my thing really, but it looks like the sample just uses regular old DbgPrint(). If so, that ends up being Kd_DEFAULT_Mask, unfortunately.

Thanks for your reply! Most of the prints in the example use the
RxDbgTrace() macro which resolves to (via the DDK’s ‘rxtrace.h’) to a
conditional DbgPrint via RxDbgTraceActualNew(). So this functions
probably controls the trace prints of RDBSS and this minifilter.

So actually my problem is how to ‘switch on’ RxDbgTraceActualNew()…

Thanks!

I have never tried it, but what about RxDbgTraceEnableGlobally().

Bronislav Gabrhelik