Improved handling of message elements parsed. Reduces the memory occupied but

it introduces a small overhead in retrieving of message elements parsed.
This commit is contained in:
vemax78
2013-06-09 17:41:52 +02:00
parent d9e02ded5a
commit 794a8e72d2
88 changed files with 1323 additions and 1027 deletions

View File

@ -6,7 +6,7 @@
#define CAPWAP_ACNAME_MAXLENGTH 512
struct capwap_acname_element {
uint8_t name[CAPWAP_ACNAME_MAXLENGTH + 1];
uint8_t* name;
};
extern struct capwap_message_elements_ops capwap_element_acname_ops;