[Winpcap-users] Capturing only incoming packets

Ramon Szmuk ramonsm at netvision.net.il
Thu Jun 30 13:10:11 GMT 2005


Hi Moshe,
you can filter the capture with your MAC address
as the destination address, and you will receive only
packets sent to you.
if you are not working on Ethernet use any other second layer
address filter.
you can also filter with your ip set to destination, but I think
filters such as these should be made at the lowest level protocol possible

using windup you can write the filter as:

ether dst=0xa2f2a2f2a2

for example, where a2f2a2f2a2 is your ethernet MAC address


Cheers,
Ramon Szmuk

----- Original Message ----- 
From: "Moshe Shaked" <mshaked at qualcomm.com>
To: <winpcap-users at winpcap.org>
Sent: Thursday, June 30, 2005 1:53 PM
Subject: [Winpcap-users] Capturing only incoming packets


> Hi All,
>
> It is possible to capture only the incoming packets and ignore the
outgoing
> packet from my PC?
>
>
>
> Thanks in advance,
> Moshe
>
> _______________________________________________
> Winpcap-users mailing list
> Winpcap-users at winpcap.org
> https://www.winpcap.org/mailman/listinfo/winpcap-users
>




More information about the Winpcap-users mailing list