Hardline Dreams - A Python Matrix Online Server Project
Recursion Packets... - Printable Version

+- Hardline Dreams - A Python Matrix Online Server Project (http://mxo.hardlinedreams.com/forum)
+-- Forum: The Matrix Online (http://mxo.hardlinedreams.com/forum/forumdisplay.php?fid=3)
+--- Forum: Packets World (http://mxo.hardlinedreams.com/forum/forumdisplay.php?fid=17)
+--- Thread: Recursion Packets... (/showthread.php?tid=65)

Pages: 1 2 3 4 5 6 7


RE: Recursion Packets... - Neo - 01-30-2010

morpheus said that its random ? cant imagine that lol..we have understand some parts of 03..the problem is that morpheus has problems to find where the 03 packets are "going in , in the debugger"...for 04 he found a big swich with hundreds of possible cases .

03 and 04 packets can be mixed up by the way, as rajko said and is right, that the packet contains "subparts" which mostly say something like

<size><type><data> (just not 100% correct, i know).


RE: Recursion Packets... - Morpheus - 01-30-2010

i said that could be randomly put in a sense that we dont see it "as is" when we look at the 03 packets Tongue.

But of course, 03 structure is .. meh! hehe.


RE: Recursion Packets... - rajkosto - 01-31-2010

the subpackets/size bytes are for 04 packets only
03 just appear random as they have no size bytes, so you have to parse them, cant skip them
also, since udp is unreliable and out of order, my packet logs probably have a bunch of repeated packets/mixed up resends and whatever, since i was on the other side of the world when i was doing the logging, someone from america with 20ms ping to servers would generate a bit more understandable packet logs


RE: Recursion Packets... - Valaro - 01-31-2010

And im betting only those from europe decided to get packets. Amercians! -_-


RE: Recursion Packets... - Morpheus - 01-31-2010

nono, more people did!.

even from USA Big Grin


RE: Recursion Packets... - Sixxth - 01-31-2010

(01-31-2010, 06:29 AM)Morpheus Wrote: nono, more people did!.

even from USA Big Grin

Hey! Im in America -

But I missed all this, I had no idea anyone was recording packets or I would have gladly done so. SO, no, I didnt get packets Sad

thereby proving your point I guess. *scowls*

Smile


RE: Recursion Packets... - rajkosto - 01-31-2010

almost nobody did, even though i rushed a LOT to get the complete packet sniffer out BEFORE the game ended


RE: Recursion Packets... - Morpheus - 01-31-2010

we should have offered some sex with the logger.... damn it!.


RE: Recursion Packets... - luizoe - 02-02-2010

Sorry to all but my logs its help alot,or not helped?
and sorry i'm try to learn i compile wich anothers think but it's harder(for people that don't know)
its help you or no? ^^


RE: Recursion Packets... - Morpheus - 02-02-2010

they helped Tongue