Protocol driver - determining sent or receive packet

Posted: 11-22-2003, 08:24 PM
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


Reply With Quote

Responses to "Protocol driver - determining sent or receive packet"

 
LinkBack Thread Tools Display Modes
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


Similar Threads
Thread Thread Starter Forum Replies Last Post
Determining WIN Media Player Version Jake Windows XP Music 2 09-25-2003 02:52 AM
Fax Console receive in auto mode does not receive faxes Raghavendra R [MSFT] Windows XP Printers / Scanners / Fax 1 09-23-2003 03:50 PM
BindAdapterHandler for WDM/ NDIS protocol driver not called QuasiCodo Windows XP Device Drivers 2 09-22-2003 10:18 PM
Protocol driver bind problem ! Sajith Raman Windows XP Embedded 1 07-23-2003 12:14 PM
Protocol Driver Installation on XP Embe Ajay Agrawal Windows XP Embedded 1 07-10-2003 08:11 PM