tkminh Posted March 10, 2011 Share Posted March 10, 2011 (edited) Hi all,I have a problem when using this WinPcap UDF: http://opensource.grisambre.net/pcapau3/ I can listen all the packet Recv or Send from my computer. $packet=_PcapGetPacket($pcap) If IsArray($packet) Then $data = $packet[3] ConsoleWrite(@CRLF & $data) ElseIfWith above code, the result look like for: 0x0018E7C5C9280016EA9B37E60800450000286856400080064467C0A8D5AF750342B707CB785AD378136FD285D983501011193D920000I just know: 0018E7C5C9280016EA9B37E6 mean the source & destination mac address, right ?How about the rest ? and can anyone help me example to Send a package using this UDF.Thanks much Edited March 10, 2011 by tkminh Visit my blogMua bán ô tô, xe hơi, tuyển dụng việc làm Link to comment Share on other sites More sharing options...
JScript Posted March 10, 2011 Share Posted March 10, 2011 This is not a general support forum!AutoIt Forums > AutoIt v3 > General Help and Support http://forum.autoitbrasil.com/ (AutoIt v3 Brazil!!!) Somewhere Out ThereJames Ingram Download Dropbox - Simplify your life!Your virtual HD wherever you go, anywhere! Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now