sub decodeUDP { my $packet=shift; my $size=shift; return unpack("A$size",$packet); }