Hi,
I have an upper filter driver for a serial port which can see the
various IOCTls going down to the driver from the application (i.e.
Hyperterminal) which has been loaded on top of it. I want to be able
to read the data that is being sent and received by Hyperterminal but
I can't see how to extract this. Should I be able to see this in the
SystemBuffer or the MDL? The IRP Flag DO_DIRECT_IO is set which would
suggest that the MDL is in use but the Irp->MdlAddress pointer is
NULL.
Thanks
O.C.