- u int values can be generated: Not fully tested !

This commit is contained in:
Jan Hutter
2005-11-09 15:12:48 +00:00
parent ae4abe3546
commit 74683cbdac
4 changed files with 107 additions and 21 deletions
+2 -2
View File
@@ -43,11 +43,11 @@ struct ike_header_s{
/**
* SPI of the initiator
*/
u_int32_t initiator_spi;
u_int64_t initiator_spi;
/**
* SPI of the responder
*/
u_int32_t responder_spi;
u_int64_t responder_spi;
/**
* next payload type
*/