trung0407 Posted May 23, 2008 Posted May 23, 2008 So im making a packet sniffer using UDP: client <-> script <-> server I know how to use using TCP: 1. TCPListen 127.0.0.1 at a random port 2. TCPAccept 3. TCPConnect So i want to know how it works with UDP?
Developers Jos Posted May 23, 2008 Developers Posted May 23, 2008 Use the UDP???? functions ? I am not sure what you want to accomplish because to my knowledge a packet sniffer doesn't connect to anything but just "snifs". SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
trung0407 Posted May 24, 2008 Author Posted May 24, 2008 Use the UDP???? functions ?I am not sure what you want to accomplish because to my knowledge a packet sniffer doesn't connect to anything but just "snifs".So how to snif, and how to use UDP?
Developers Jos Posted May 24, 2008 Developers Posted May 24, 2008 So how to snif, and how to use UDP?Did you also read my second sentence ? SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
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