Skip to content

Silv3rPRO/pdod-wireshark-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 

Repository files navigation

PDOD Wireshark Plugin

A wireshark dissector for the protocol of Pokémon Dawn of Darkness.

The protocol

Binary protocol, with some parts in ASCII. XOR encryption with two fixed keys.

One key for the packets from the client to the server, another for the packets from the server to the client.

The position in the encryption key is saved between two encryptions. Because of this and because I do not know how to reuse a variable from a previous packet using a Wireshark plugin, the dissector will brute-force the 256 possible values.

About

A wireshark dissector for the protocol of Pokémon Dawn of Darkness.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages