Jump to content
  • 0

Packet Obfuscation Issues unable to recoganize packet


Question

Posted

I want to enable the packet obfuscation support but i keep facing the problem for unknown packet version again and again

Here are some details:

Client : 2012-04-10

Server side :

Packet_db

packet_db_ver: 30
packet_keys_use: 0x02371814,0x52371814,0x32371814 //using custom keys

Core.h

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
#define PACKET_OBFUSCATION
 

mmo.h

#ifndef PACKETVER
    #define PACKETVER 20120410
    //#define PACKETVER 20120410
#endif

 

I had diffed my client with custom keys as written in 'packet_key_use' with disable packet encryption not selected as well, I get this error still:

clif_parse: Disconnecting session #8 with unknown packet version (p:0x2459,l:19).

Please help and let me know where i am doing wrong thank you :)

 

7 answers to this question

Recommended Posts

  • 0
Posted
10 hours ago, vikshit said:

I want to enable the packet obfuscation support but i keep facing the problem for unknown packet version again and again

Here are some details:

Client : 2012-04-10

Server side :

Packet_db

packet_db_ver: 30
packet_keys_use: 0x02371814,0x52371814,0x32371814 //using custom keys

Core.h

/// Comment to disable the official packet obfuscation support.
/// When enabled, make sure there is value for 'packet_keys' of used packet version or
/// defined 'packet_keys_use' in db/[import/]packet_db.txt.
#define PACKET_OBFUSCATION
 

mmo.h

#ifndef PACKETVER
    #define PACKETVER 20120410
    //#define PACKETVER 20120410
#endif

 

I had diffed my client with custom keys as written in 'packet_key_use' with disable packet encryption not selected as well, I get this error still:

clif_parse: Disconnecting session #8 with unknown packet version (p:0x2459,l:19).

Please help and let me know where i am doing wrong thank you :)

 

add your packet key into db\import\packetdb.txt

  • 0
Posted
On 9/26/2017 at 5:01 PM, Syzygy said:

diff your packet keys on nemo then.

I had already tried sir , the keys are diffed yet same problem of packet not recognize

  • 0
Posted

clear the db\import\packetdb.txt

and put your key in the /db/packet_db.txt in the right place

if you still have the problem post your packets or you /db/packet_db.txt

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...