Debian - 端口重定向

I have device, that sends some RAW data (NetFlow v9). I can set only IP adress and PORT of "data collector". For Example 192.168.0.10:8080.

Is it some simple solution at Debian to redirect this to specific php script on common webserver port (:80), for example 192.168.0.10/SaveFromDevice.php? And how i can get sended data to $_GET["data"]?

Thank you