Table of Contents

dp

common

client server action
connect
send protocol version client verifies
send session key client creates hmac shaN reply
sends username and hmac passwd server verifies client
sends ack connection is in option state
chooses ctrl connection sends ack server handles the client con as control connection
chooses data connection sends ack server handles the client con as data connection

controll connection

  1. byte command “check” “hit”
    1. check options
      1. maybe first seen date?
  1. hit options
    1. attacker ip
    2. local ip
    3. url
    4. filesize

option format

uin16_t option_size = (sizeof(*option_boundary)+2;
char   option_type;
char    *option_content;
char    optionboundary;
desc reply ....
check existence of a file ACK,NACK
add hit to a existing file ACK,NACK

data connection

  1. file
  2. file hash
  3. filesize
  4. hit options
    1. attacker ip
    2. local ip
    3. url

data connection

desc reply ....
add file ACKNACK

oxff

 
documentation/modules/submithandler/submit_gotek.txt · Last modified: 2006/04/03 22:10
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki