Jump to content

Packet Analyst with WinPcap


tkminh
 Share

Recommended Posts

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)
    ElseIf

With above code, the result look like for: 0x0018E7C5C9280016EA9B37E60800450000286856400080064467C0A8D5AF750342B707CB785AD378136FD285D983501011193D920000

I 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 by tkminh
Link to comment
Share on other sites

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
 Share

  • Recently Browsing   0 members

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