Users browsing this thread: 1 Guest(s)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Auth Packets -> stopping randomizing!
07-04-2009, 10:00 PM,
#20
RE: Auth Packets -> stopping randomizing!
about the tcp packet length prefix
if packet size is <= 7f, the length prefix is 1 byte and nothing is done with it, its taken as is
if its bigger, the size is made with 2 bytes, but with the first bit set to 1 (aka +0x80 00)
to read the size from this, just set the first bit to 0 and interpret as unsigned short big endian
Reply


Messages In This Thread
Auth Packets -> stopping randomizing! - by Neo - 06-30-2009, 06:37 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 06-30-2009, 11:31 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-01-2009, 12:45 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-01-2009, 08:45 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 06:58 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 08:09 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 09:25 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 11:11 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-03-2009, 11:32 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 12:57 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 01:05 AM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 10:00 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-04-2009, 11:54 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-05-2009, 06:43 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-06-2009, 11:19 PM
RE: Auth Packets -> stopping randomizing! - by rajkosto - 07-07-2009, 12:37 AM

Forum Jump: