Results 1 to 7 of 7

Thread: network packet capture

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271

    Lightbulb network packet capture

    Anyone interested in an ActiveX dll that wraps the WinPcap API?

    Im currently creating this in asm. I would like to know if anyone would benifit from it or if Im wasting my time.

    Any responses appreciated.


    http://sourceforge.net/projects/packetvb/




  2. #2

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271
    Anyone?

  3. #3

  4. #4

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271
    WinPcap is Windows Packet Capture.
    http://winpcap.polito.it/

  5. #5

    Thread Starter
    Hyperactive Member
    Join Date
    Sep 2002
    Location
    Okinawa, Japan
    Posts
    271
    Guess I should have explained a bit more.

    WinPcap is a driver and api dll that is used to capture packets.
    It is release under the BSD style License, which basically means free use.

    I have been unable to get VB to make any API calls to the API DLL. If even it is possible, I dont think it would work because the way it handles the buffer and pointers. Hence the reason for writing an activex dll. Besides using method calls with paramters that have help, makes it alot easier.

    The packetVB dll can currenlty:
    Open the adapter.
    Set the buffer size.
    Set the mode.
    Receive raw packet data.


    Note: If I posting the wrong area or no one is interested please tell me. That way I can continue to work on the Dll or adbandoned it and shoot myself for wasting my time.

    Thanks


  6. #6
    Hyperactive Member Hampster's Avatar
    Join Date
    Feb 2001
    Location
    On my hamster wheel.
    Posts
    374

    Thumbs up

    Great idea
    I'd love to see if you can get the full support of WinPCap in the future

  7. #7
    Frenzied Member Rick Bull's Avatar
    Join Date
    Apr 2002
    Location
    England
    Posts
    1,444
    It sounds like a good idea, but I have no knowledge of networks, so it would be wasted on me But I'm sure plenty of people would more than happy to find a use for it.

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