Рейтинг темы:
  • 0 Голос(ов) - 0 в среднем
  • 1
  • 2
  • 3
  • 4
  • 5
how to properly sniff UDP packets and work with them ?
#1
i was looking at pbdev battle java one, and they just copy packets and send (UDP2)
is really important handle udp packets from room, i mean, is required to get a stable game working, bomb mode etc ?

or is important just for cheating check and speed of connection
Ответ
#2
Hello darkness my old friend ♪♫
Ответ
#3
To sniff UPD packets I use Wireshark with filter:

Код:
(udp.srcport >= 40000 and udp.srcport < 40010) or (udp.dstport >=  40000 and udp.dstport < 40010)

For stable work you need UDP 3.
Ответ


Возможно похожие темы ...
Тема Автор Ответы Просмотры Последний пост
  Sniff PB CrossDev 0 1,354 02-16-2019, 12:12 AM
Последний пост: CrossDev
  Clan packets 1314 and 1316 nikolen 1 1,394 10-27-2017, 09:40 PM
Последний пост: nikolen
  Packets Boris2105 3 1,814 04-03-2016, 05:27 PM
Последний пост: Aluucard

Перейти к форуму:


Пользователи, просматривающие эту тему: 1 Гость(ей)