added encoding type IKE_SPI

This commit is contained in:
Jan Hutter
2005-11-22 15:39:06 +00:00
parent b4e3d1dd07
commit 2b1b484687
2 changed files with 12 additions and 1 deletions
+1
View File
@@ -31,6 +31,7 @@ mapping_t encoding_type_m[] = {
{U_INT_16, "U_INT_16"},
{U_INT_32, "U_INT_32"},
{U_INT_64, "U_INT_64"},
{IKE_SPI, "IKE_SPI"},
{RESERVED_BIT, "RESERVED_BIT"},
{RESERVED_BYTE, "RESERVED_BYTE"},
{FLAG, "FLAG"},