• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

Capturing BDO Packets: A Step-by-step Tutorial

Joined
Sep 23, 2012
Messages
472
Reaction score
178
Now I will show you how to catch packets from an official European server, since many people do not know how to catch them or if there are problems with it.
Code:
1.Start WireShark.
2.Select your internet connection.
3.Using filter 
tcp.port == 8888 (only login packets)
tcp.port == 8889 (only game packets)
tcp.port == 8888 || tcp.port 8889 (login & game packets)
tcp.port == 8888 || tcp.port == 8889 || tcp.port == 9991 || tcp.port == 8884 (so I use)
4.Start Launcher and Enter him.
5.Start to game.
That's it, packs are ok and you can disassemble them. (If you only have a key)
 
Last edited:
Newbie Spellweaver
Joined
Apr 4, 2018
Messages
8
Reaction score
0
Possible for KR server? Really hoping everyone here could use latest KR client in their private server.
 
Initiate Mage
Joined
Jul 28, 2019
Messages
1
Reaction score
0
Are you refering to encryption key? Is there a current working method to disassemble and parse the TCP streams without injecting?
 
Newbie Spellweaver
Joined
Jan 8, 2010
Messages
13
Reaction score
0
can teach step by step how to get to 1 value / name?

example:
<Packet Opcode="0x0CCA" Name="SMLoginUserToFieldServer"/>

how to get to that result?
 
Back
Top