Libnet under Win32 problem

Macleod Chang <[email protected]> 25 Apr 2004 14:03:06 -0000
Newsgroups gmane.comp.security.libnet
Message-ID <[email protected]>


 Hi,
 I'm using Libnet under Win32 to do a stree test on my
 network hardware. And found a problem of this. Thx!!

 OK!
 =====================================================
 libnet_init
    :
 while(1)
  libnet_write
    :
 =====================================================

 Fail after couple of packets generated:
 C:\libnet\src\libnet_if_addr.c(): no network interface found
 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 while(1)
 {
  libnet_init
     :
  libnet_write
     :
  libnet_destroy
 }
 +++++++++++++++++++++++++++++++++++++++++++++++++++++