[Winpcap-users] winpcap on localhost interface??

Loris Degioanni loris.degioanni at gmail.com
Mon Jan 2 09:28:07 GMT 2006


As far as I know, there's no way to capture loopback traffic at the MAC 
level in windows.
Or, better, there's no way to capture TCP/IP traffic, because tcpip.sys 
manages loopback internally, and just doesn't spit out any packet that 
NIC drivers (like the MS loopback driver) or other protocol drivers 
(like WinPcap) could see.

I think you have other ways to see loopback traffic (e.g, using the 
Packet Filtering API, Filter-Hook Drivers or similar solutions present 
in Windows), but none of them give you MAC-level access like WinPcap.

Loris


ashish yadav wrote:
> hi gEeKS#/.
> I WANTED TO KNOW THAT CAN WE USE """WINPCAP""" LIBRARY
> FOR LOCALHOST INTERFACE..
> THOUGH WE DON'T HAVE A ADAPTER HARDWARE INSTALLED FOR
> THAT.. LIKE IN LINUX..
> ALSO I INSTALLED "MICROSOFT LOOPBACK ADAPTER" WHICH IS
> MEANT FOR WORKING AS VIRTUAL NETWORKS..
> BUT IT'S OF NO USE BCOZ ONLY TRAFFIC I GET IS :
> 1)WHEN IT INITIALISES IT'S NIC PROTOCOL STACK AND
> SENDS NETBIOS REQUESTS FOR ip ADDTRESS..
> 
> 2)KEEP-ALIVE REQUESTS..
> 
> WELL I WANTED TO KNOW CAN I MONITER DIFFERENT
> PROCESSES ON MY SYSTEN WHICH WILL BE ACTUALLY DEAL
> WITH MY LOCALHOST INTERFACE..
> 
> Send instant messages to your online friends http://in.messenger.yahoo.com 
> _______________________________________________
> 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