int Paket; //Variable for the incoming string
That is NOT what that variable is used for.
Paket = Udp.parsePacket(); //Empfange packet //receive the Packet
The parsePacket() call succeeded, if Paket is 1. That has NOTHING to do with the data that was in the packet.