Re: NDIS test app needed

Tech-Archive recommends: Fix windows errors by optimizing your registry




"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?


.



Relevant Pages

  • Re: NDIS test app needed
    ... Learning the scripting can be challenging but in the end. ... developer's pack of winpcap and use the sample named sendpack to send a packet down the stack. ... Gianluca Varenni, Windows DDK MVP ... can manually trace how it's handled by my NDIS IM driver. ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS test app needed
    ... ....maybe the holidays are the culprit... ... packet down the stack. ... Gianluca Varenni, Windows DDK MVP ... can manually trace how it's handled by my NDIS IM driver. ...
    (microsoft.public.development.device.drivers)
  • Re: NDIS test app needed
    ... Then use winpcap, grab the ... packet down the stack. ... can manually trace how it's handled by my NDIS IM driver. ...
    (microsoft.public.development.device.drivers)