added STIX_EBCFULL, remove unneeded items, changed data type of 'ip' in some functions

This commit is contained in:
hyunghwan.chung
2016-10-04 17:58:28 +00:00
parent cf8957924e
commit 1960efb7e1
6 changed files with 91 additions and 86 deletions

View File

@ -432,7 +432,7 @@ typedef struct stix_synerr_t stix_synerr_t;
struct stix_code_t
{
stix_uint8_t* ptr;
stix_oow_t len;
stix_oow_t len;
};
typedef struct stix_code_t stix_code_t;