Users browsing this thread: 1 Guest(s)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Packets related to packets
02-13-2011, 05:06 AM,
#6
RE: Packets related to packets
Still confused...

The RPC packets are always in the header right? So..

Quote:send 020401 001d 01 2f 47 00 00 04 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1a 00 06 00 00 00 01 00 00 00 00 01 01 00 00 00 00 00 80 00 00 00 00 00 00 00 00 ;

The the one in bold is a RPC packet and no the one underlined



Also...

rajkosto Wrote:i explained 04 in a thread in "Packets World" forum before the huge downtime thing, now its gone because backup was before that
04 is easy, because its all just RPC (remote procedure call), like setxp (xp), and their subpackets and size is clearly defined
the problem is that 03 are serialized object view dumps (as a bitstream), with no defined size bytes, because the server expects the client to fully understand everything, and stop parsing when its done, then carry on parsing the rest of the packet (in most cases, 04 comes AFTER 03, so if we dont know 100% of 03, we cant just "skip" it and parse the 04, which contains reliable data that cant be skipped)
if 04 only came BEFORE 03, we would have no problem, as we could just parse the 04 at the beginning and skip 03 sections that we dont understand, its all unreliable data anyway, like position and velocity updates, that will be resent anyway

Like the example above (and the ones I've seen) there is no 03 located anywhere. Am I mistaken into how I look into this?
Reply


Messages In This Thread
Packets related to packets - by Parallax - 02-12-2011, 12:42 AM
RE: Packets related to packets - by Morpheus - 02-12-2011, 02:16 AM
RE: Packets related to packets - by Parallax - 02-12-2011, 07:48 AM
RE: Packets related to packets - by Morpheus - 02-12-2011, 08:59 PM
RE: Packets related to packets - by Parallax - 02-13-2011, 02:13 AM
RE: Packets related to packets - by Messana - 02-13-2011, 05:06 AM
RE: Packets related to packets - by Parallax - 02-13-2011, 07:17 AM
RE: Packets related to packets - by Morpheus - 02-13-2011, 08:43 PM

Forum Jump: