Re: NDIS test app needed
- From: "Gianluca Varenni" <gianluca.varenni@xxxxxxxxxxxxxxxx>
- Date: Thu, 3 Jan 2008 09:39:53 -0800
"Vitalie Vrabie" <vitalie.vrabie@xxxxxxxxx> wrote in message
news:eb2591a5-de5f-47b5-846e-49ab876296c1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
thanks.
seems to be exactly what i need.
except that i couldn't figure out how to specify the interface (the
first parameter of pcap_open_live()).
...maybe the holidays are the culprit... the fate of almost any hobby
project, after all. :)
i'll dig that out a bit later.
Use pcap_findalldevs to list the available adapters. Look at one of the
other samples (like pktdump_ex) for some sample code.
Ciao
GV
Gianluca Varenni wrote:
Disable all the protocols on the network card. Then use winpcap, grab the
developer's pack of winpcap and use the sample named sendpack to send a
packet down the stack.
Have a nice day
GV
--
Gianluca Varenni, Windows DDK MVP
CACE Technologies
http://www.cacetech.com
"Vitalie Vrabie" <vitalie.vrabie@xxxxxxxxx> wrote in message
news:67800859-64f0-4dce-98a3-e455e7d6eae1@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
hi.
i need an application that can send ONE SINGLE ethernet packet so i
can manually trace how it's handled by my NDIS IM driver.
important is that it should NOT send any other packets while i do that
manual trace.
any suggestions?
.
- Follow-Ups:
- Re: NDIS test app needed
- From: Vitalie Vrabie
- Re: NDIS test app needed
- Prev by Date: WDF: reattaching buffers for 1394 isochronous transfer
- Next by Date: Re: Usb Device Viewer x64
- Previous by thread: Re: NDIS test app needed
- Next by thread: Re: NDIS test app needed
- Index(es):
Relevant Pages
|