LINUX.ORG.RU

История изменений

Исправление freemind, (текущая версия) :

локально:

sudo tcpdump -n "port 55555"
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on wlp1s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
19:19:55.144443 IP 192.168.1.104.55555 > 185.253.46.72.51820: UDP, length 148
19:19:55.874970 IP 185.253.46.72.51820 > 192.168.1.104.55555: UDP, length 92
19:20:00.151709 IP 192.168.1.104.55555 > 185.253.46.72.51820: UDP, length 148
19:20:00.250628 IP 185.253.46.72.51820 > 192.168.1.104.55555: UDP, length 92

прописал слушать порт 55555

Исходная версия freemind, :

sudo tcpdump -n "port 55555"
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on wlp1s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
19:19:55.144443 IP 192.168.1.104.55555 > 185.253.46.72.51820: UDP, length 148
19:19:55.874970 IP 185.253.46.72.51820 > 192.168.1.104.55555: UDP, length 92
19:20:00.151709 IP 192.168.1.104.55555 > 185.253.46.72.51820: UDP, length 148
19:20:00.250628 IP 185.253.46.72.51820 > 192.168.1.104.55555: UDP, length 92