We have a small custom board that detects SNMP traps (on port 162 usually). This is the only socket listening in our code. Apparently when i do a port-scan with nmap -sU i get the following:
162/udp open|filtered snmptrap
49152/udp open|filtered unknown
It seems that tinyclr replies with ICMP destination unreachable except for these two ports. The first one is mine but who is 49152 and how do i get rid of it?