Improved debugging
This commit is contained in:
@ -166,7 +166,13 @@ static struct cw_ElemHandler handlers[] = {
|
||||
NULL, /* type */
|
||||
"vendor_specific_payload", /* Key */
|
||||
capwap_in_vendor_specific_payload, /* get */
|
||||
NULL /* put */
|
||||
NULL, /* put */
|
||||
NULL, /* mkkey*/
|
||||
NULL, /* patch*/
|
||||
NULL, /* param */
|
||||
1 /* flags */
|
||||
|
||||
|
||||
}
|
||||
,
|
||||
{
|
||||
|
@ -947,7 +947,11 @@ static struct cw_ElemHandler handlers70[] = {
|
||||
NULL, /* type */
|
||||
"cisco_spam_vendor_specific", /* Key */
|
||||
cisco_in_spam_vendor_specific, /* get */
|
||||
NULL /* put */
|
||||
NULL, /* put */
|
||||
NULL,
|
||||
NULL,
|
||||
NULL, /* param */
|
||||
1
|
||||
}
|
||||
,
|
||||
{
|
||||
|
Reference in New Issue
Block a user