New way of handling the meta protocol.
This commit is contained in:
parent
cd12345032
commit
ca73b722cb
5 changed files with 174 additions and 105 deletions
|
|
@ -62,6 +62,7 @@ typedef struct real_packet_t {
|
|||
|
||||
typedef struct passphrase_t {
|
||||
unsigned char type;
|
||||
char unused1;
|
||||
unsigned short len;
|
||||
unsigned char phrase[MAX_PASSPHRASE_SIZE];
|
||||
} passphrase_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue