• Welcome to Valhalla Legends Archive.
 

good place to start?

Started by cloud_171, November 07, 2002, 09:51 PM

Previous topic - Next topic

cloud_171

I can't seem to understand how these packets work. Where would be a good place to start? I have read the documents on disclamer and have no clue what its talking about.

warz

#1
Then that is obviously not a good place to start.  ;D

iago

#2
The best place to start might be to find a visual basic ascii chat program which basically can send and recieve ascii messages from a specified ip using a TCP connection and figure out how that works.

Or get a packet logger and watch what happens whever you do something (send a text message, check a profile, whatever) and look for patterns!
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


Zakath

#3
QuoteI can't seem to understand how these packets work. Where would be a good place to start? I have read the documents on disclamer and have no clue what its talking about.

A packet is just a series of bytes. The stuff at Spht's site explains how to break the packets up to obtain/insert useful information from/into them. It's not that difficult.

Are you familiar with standard data types?
A DWORD is a 32-bit unsigned integer, for example (in C that's an unsigned long). If you aren't, that'd be a good reason why it confuses you.
Quote from: iago on February 02, 2005, 03:07 PM
Yes, you can't have everybody...contributing to the main source repository.  That would be stupid and create chaos.

Opensource projects...would be dumb.