Jump to content

Recommended Posts

Posted

Use Ethereal.  It uses WinPCap.

<{POST_SNAPBACK}>

How to use the Function in "winpcap" with Autoit?

like: dllcall ("packet.dll.................)

Posted

How to use the Function in "winpcap" with Autoit?

like: dllcall ("packet.dll.................)

<{POST_SNAPBACK}>

Oh, yes - If you want to call the DLL functions directly, use DllCall() You can also use DllOpen() if you're going to be making a lot of calls to that file. There are also a bunch of DllStruct*() functions for dealing with structures. See the beta documentation in "C:\Program Files\AutoIt3\Beta\AutoIt.chm" (This is different than the normal help file) or if you're using SciTE, press ALT-F1 to get the beta help file.
Posted

Oh, yes - If you want to call the DLL functions directly, use DllCall()  You can also use DllOpen() if you're going to be making a lot of calls to that file.  There are also a bunch of DllStruct*() functions for dealing with structures.  See the beta documentation in "C:\Program Files\AutoIt3\Beta\AutoIt.chm" (This is different than the normal help file) or if you're using SciTE, press ALT-F1 to get the beta help file.

<{POST_SNAPBACK}>

Thank U First。

Could you Give me a Example about dllcall WinpCap in AutoIt?

Like Send IP Packet.

Thank u. :)

Posted

Thank U First。

  Could you Give me a Example about dllcall WinpCap in AutoIt?

Like Send IP Packet.

 

Thank u. :)

<{POST_SNAPBACK}>

Show me the syntax for the function that you want to call. And show me how you might call it in another language and maybe I can help you with the translation.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...