I have sniffer - protocol driver.
I need to determine that ethernet frame is sent or received,
but it can not be done with source and destination MACs in sniffed ethernet
frame.
Sniffing only received packet can be set with help of
NdisRequest, OID_GEN_CURRENT_PACKET_FILTER,
and
NDIS_PACKET_TYPE_DIRECTED
I have tried all NDIS_PACKET_TYPE....
and different ored combination - without success.
Is any way to set sniffing only sent packet and no received packets ?
( WITHOUT reading source and dest. MACs in ethernet frame ! )
Peter