PDA

View Full Version : Ok, Decode



Shadow Walker
10-23-2002, 12:20 AM
Where is the Zone Packet Decoded at? What Files, How dose this take place in the File, doe the OpCode first read the Code, and passes it on or dose the Decode Files Read it Directly and decode it bypassing the OpCode Part?


Not new to Code Writing but would save time if I understood the main fucation of the program.

bonkersbobcat
10-23-2002, 02:37 AM
You will have to look at the code to get the best explanation of how it works.

The idea is that SEQ is a packet sniffer that knows how to break apart and display in a meaningful fashion the EQ data stream.

Packets are captured and identified. Identification is done by op code (a 2 byte value.) Once identified the encrypted packets (only certain op codes) are passed to a decryption routine (currently broken, or more accurately not compatable with the current encryption scheme used.) Packets are then mapped to appropriate structures and then interpreted by the graphical interface of SEQ.