--- ansh/inc/proto.h 2011/10/04 22:37:46 1.1 +++ ansh/inc/proto.h 2011/10/13 14:29:30 1.1.1.1.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: proto.h,v 1.1 2011/10/04 22:37:46 misho Exp $ + * $Id: proto.h,v 1.1.1.1.2.2 2011/10/13 14:29:30 misho Exp $ * *************************************************************************/ #ifndef __PROTO_H @@ -27,6 +27,8 @@ struct ansh_hdr { uint8_t ansh_ver; int8_t ansh_flg; uint16_t ansh_len; + uint32_t ansh_nonce; + uint32_t ansh_seq; uint32_t ansh_crc; } __attribute__((packed));