Click here to Skip to main content
15,922,166 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Listening on a socket, inside a network Pin
Moak7-Mar-03 3:20
Moak7-Mar-03 3:20 
GeneralPrinting to non-default printer without showing dialog Pin
The Lady of Shallots6-Mar-03 9:59
The Lady of Shallots6-Mar-03 9:59 
GeneralRe: Printing to non-default printer without showing dialog Pin
CodeBrain6-Mar-03 21:52
CodeBrain6-Mar-03 21:52 
GeneralRe: Printing to non-default printer without showing dialog Pin
Roger Allen7-Mar-03 2:00
Roger Allen7-Mar-03 2:00 
Generalstatic global object initialization order Pin
Scott H. Settlemier6-Mar-03 9:56
Scott H. Settlemier6-Mar-03 9:56 
GeneralRe: static global object initialization order Pin
Stefan Pedersen6-Mar-03 10:22
Stefan Pedersen6-Mar-03 10:22 
GeneralRe: static global object initialization order Pin
Tim Smith6-Mar-03 10:30
Tim Smith6-Mar-03 10:30 
Generaldecoding a tcp stream Pin
Kuniva6-Mar-03 9:55
Kuniva6-Mar-03 9:55 
I am trying to decode a TCP stream (from a game). The game works like this:
First you log on with your username and password
Then you choose a lobby (so its kind of more like a chat)
In this lobby you can chat and join games

Now all the text that is sent and received for the chat in that lobby is encrypted, so this is what i did: I went into that lobby while i captured all packets being sent over my network, then i said a line in the lobby and stopped packet capturing, now i have the exact packet containing the data, and the length matches, i said a sentence of exactly 53 bytes and that is the amount of data thats in the packet. But... how do i decrypt this? I don't think its any well-known protocol, and i dont know much about the encryption of tcp connections. Is this impossible (even though i dont believe in impossible things) or could it be worth a shot trying if i knew how encryption worked? Can anyone recommend anything i should read about encryption that might be usefull for my problem? Or can someone even tell me how to do it exactly (lol that would be the best of course :P)?
Anyways thanks for any help you may offer, and if i ever get it decoded i'll write an article about it on CP Big Grin | :-D ;P

Kuniva
--------------------------------------------

GeneralRe: decoding a tcp stream Pin
Stefan Pedersen6-Mar-03 10:19
Stefan Pedersen6-Mar-03 10:19 
GeneralRe: decoding a tcp stream Pin
Anonymous6-Mar-03 10:22
Anonymous6-Mar-03 10:22 
GeneralRe: decoding a tcp stream Pin
Kuniva6-Mar-03 10:32
Kuniva6-Mar-03 10:32 
GeneralRe: decoding a tcp stream Pin
Kuniva6-Mar-03 10:37
Kuniva6-Mar-03 10:37 
GeneralRe: decoding a tcp stream Pin
Abbas_Riazi7-Mar-03 20:21
professionalAbbas_Riazi7-Mar-03 20:21 
GeneralRe: decoding a tcp stream Pin
Kuniva8-Mar-03 4:26
Kuniva8-Mar-03 4:26 
Generalno more console apps!! Pin
Anonymous6-Mar-03 9:28
Anonymous6-Mar-03 9:28 
GeneralRe: no more console apps!! Pin
Anonymous6-Mar-03 9:30
Anonymous6-Mar-03 9:30 
GeneralRe: no more console apps!! Pin
Cerb.6-Mar-03 9:55
sussCerb.6-Mar-03 9:55 
GeneralRe: no more console apps!! Pin
Nemanja Trifunovic6-Mar-03 9:38
Nemanja Trifunovic6-Mar-03 9:38 
GeneralRe: no more console apps!! Pin
Christian Graus6-Mar-03 9:45
protectorChristian Graus6-Mar-03 9:45 
GeneralRe: no more console apps!! Pin
Alvaro Mendez6-Mar-03 9:54
Alvaro Mendez6-Mar-03 9:54 
GeneralRe: no more console apps!! Pin
Blake Miller7-Mar-03 9:33
Blake Miller7-Mar-03 9:33 
GeneralRe: no more console apps!! Pin
Kuniva6-Mar-03 9:59
Kuniva6-Mar-03 9:59 
GeneralRe: no more console apps!! Pin
Anonymous6-Mar-03 10:22
Anonymous6-Mar-03 10:22 
GeneralRe: no more console apps!! Pin
Kuniva6-Mar-03 10:27
Kuniva6-Mar-03 10:27 
GeneralRe: no more console apps!! Pin
Anonymous6-Mar-03 10:52
Anonymous6-Mar-03 10:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.