Results 1 to 3 of 3

Thread: More on Capturing Packets

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 1999
    Posts
    51
    Hi. Despite the fact of being extremely hard to find information, I have found a glimmer of hope for us VB programmers that need to capture incoming packets at the network level. It's a library called "WinPCap" and it provides a DLL to abstract low level NIC calls. Unfortunately all of their documentation is assuming you are using C or C++. However, I was wondering if any of you think it would be possible to use this library from inside VB? Here is the link to the WinPCap site:

    http://netgroup-serv.polito.it/winpcap/

  2. #2
    Junior Member SysAdmin2's Avatar
    Join Date
    Mar 2000
    Location
    Plainfield, IL, USA
    Posts
    26

    Thumbs up Why not

    From what I understand, you should be able to use this inside of VB. Just reference the DLL and try making some calls to it. It shouldn't matter what langauge the COM object is written in. You should still be able to use it in VB.

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 1999
    Posts
    51
    It says it cannot add a reference to the Packet.dll file. Also I cannot manually regsvr32 the Packet.dll file. When you install the WinPcap software, it shows up as a service in the network control panel(i'm running NT4). I tried their test programs that come with the SDK and they all work. Do you still think I can use this software or is it a no go?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width