Use string into Descriptor Data Sub Message Element

This commit is contained in:
vemax78
2013-08-19 22:28:41 +02:00
parent d3f1f50c1f
commit e53808c0d6
3 changed files with 13 additions and 9 deletions

View File

@ -29,7 +29,6 @@ struct capwap_wtpdescriptor_encrypt_subelement {
struct capwap_wtpdescriptor_desc_subelement {
uint32_t vendor;
uint16_t type;
uint16_t length;
uint8_t* data;
};