Jump to content
  • 0

Packet Obfuscation Issues unable to recoganize packet


vikshit

Question


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/27/17
  • Last Seen:  

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 :)

 

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   11
  • Joined:  07/25/17
  • Last Seen:  

turn off both packet obfuscation on core.h and client when diffing

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/27/17
  • Last Seen:  

But i want to use this feature sir.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  55
  • Topics Per Day:  0.01
  • Content Count:  1188
  • Reputation:   161
  • Joined:  06/12/12
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  16
  • Reputation:   11
  • Joined:  07/25/17
  • Last Seen:  

diff your packet keys on nemo then.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/27/17
  • Last Seen:  

On 9/26/2017 at 10:01 AM, hendra814 said:

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

Can u tell me format for dat?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  03/27/17
  • Last Seen:  

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

Link to comment
Share on other sites

  • 0

  • Group:  Content Moderator
  • Topic Count:  55
  • Topics Per Day:  0.02
  • Content Count:  1676
  • Reputation:   703
  • Joined:  12/21/14
  • Last Seen:  

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

Link to comment
Share on other sites

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.

×
×
  • Create New...