Jump to content

Need help with WinPcap


Romm
 Share

Recommended Posts

Ok can somebody post script that connects to an existing socket and starts listening it (its for game). I really need it :)

I know i need to use something like WinDump (maybe), but i dont know how :) Need help.

Link to comment
Share on other sites

Ok now i have 2 very very noob question...

How to interact WinDump and AutoIT? :/ (how to "read" WinDump in AutoIt)

How this code

tcpdump 'tcp port 80 and (((ip[2:2] - ((ip[0]&0xf)<<2)) - ((tcp[12]&0xf0)>>2)) != 0)'
(To print all IPv4 HTTP packets to and from port 80, i.e. print only packets that contain data, not, for example, SYN and FIN packets and ACK-only packets).
(from WinDump manual)
will look in AutoIt
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...