﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1206	UDPRecv Only sees RAW packets with UDPBind	MrBeatnik <palebluecreations@…>		"Hi,

The UDP Functions seem to only look at raw packets.
Under certain circumstances, the raw packets are not picked up, however if listening on NDIS bindings, packets can be received. It would be nice if we could specifiy what to bind to when listening with UDPBind().

In particular, I am attempting to listen for a packet in Windows PE (PE3 - Windows 7). I can't find anywhere that says that PE isn't supported? However, it would still be a nice feature in other versions of Windows.

I have two autoit scripts.
One sends packets, the other listens.
If both scripts are run on Windows XP machines, the data is received. However if the listening script is run on Windows PE, then it is never received by the script.

On the Windows PE machine:
If I run wireshark on the port, I can see the data being received.
If I run a tool in PE and switch to NDIS sniffing (IPTools - http://erwan.l.free.fr/), I can see the data being received.

This seems to be a limitation in the UDP functions where it only binds to RAW and allows us no choice? NOTE** This does not affect sending via UDP - Sending in PE works fine, it is just receive that has the problem."	Bug	closed		AutoIt	3.3.0.0	None	Wont Fix		
