--- ansh/inc/proto.h 2011/10/07 13:41:26 1.1.1.1.2.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.1.1.2.1 2011/10/07 13:41:26 misho Exp $ + * $Id: proto.h,v 1.1.1.1.2.2 2011/10/13 14:29:30 misho Exp $ * *************************************************************************/ #ifndef __PROTO_H @@ -28,6 +28,7 @@ struct ansh_hdr { int8_t ansh_flg; uint16_t ansh_len; uint32_t ansh_nonce; + uint32_t ansh_seq; uint32_t ansh_crc; } __attribute__((packed));