Форум администраторов игровых серверов

Форум администраторов игровых серверов (https://forum.zone-game.info/TT.php)
-   Point Blank (Piercing Blow) (https://forum.zone-game.info/forumdisplay.php?f=204)
-   -   [Piercing Blow] how to properly sniff UDP packets and work with them ? (https://forum.zone-game.info/showthread.php?t=41587)

bola 26.10.2016 02:35

how to properly sniff UDP packets and work with them ?
 
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

bola 27.10.2016 06:07

Re: how to properly sniff UDP packets and work with them ?
 
Hello darkness my old friend ♪♫

PROGRAMMATOR 27.10.2016 17:21

Re: how to properly sniff UDP packets and work with them ?
 
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.


Текущее время: 18:37. Часовой пояс GMT +3.

Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd. Перевод: zCarot