Improved debugging and dumping
FossilOrigin-Name: 5950561809c897ec94899336053e683ae570c542b5343b41afb169e0e692f694
This commit is contained in:
@ -35,23 +35,27 @@
|
||||
* Debug strings
|
||||
*/
|
||||
struct cw_StrListElem cw_dbg_strings[] = {
|
||||
{ DBG_INFO, "info" },
|
||||
{ DBG_INFO, "info", "Schow diverse info messages" },
|
||||
{ DBG_PKT_IN, "pkt_in" , "Show headers of incomming CAPWAP packets"},
|
||||
{ DBG_PKT_OUT, "pkt_out", "Show headers of outgoing CAPWAP packets" },
|
||||
{ DBG_PKT_ERR, "pkt_err", "Incomming CAPWAP packets with errors, wich would"
|
||||
"usually silently discarded" },
|
||||
{ DBG_PKT_DMP, "pkt_dmp", "Dump content of incomming/outgoing packets."
|
||||
"Requires pkt_in/pkt_out"},
|
||||
{ DBG_RFC, "rfc", },
|
||||
{ DBG_SUBELEM, "subelem" },
|
||||
{ DBG_SUBELEM_DMP, "subelem_dmp" },
|
||||
{ DBG_MSG_IN, "msg_in", "Display incomming CAPWAP/LWAPP messages." },
|
||||
{ DBG_MSG_OUT, "msg_out", "Display outgoing CAPWAP/LWAPP messages."},
|
||||
{ DBG_MSG_ERR, "msg_err" },
|
||||
{ DBG_MSG_IN, "msg_in", "Display incomming CAPWAP/LWAPP messages." },
|
||||
{ DBG_MSG_OUT, "msg_out","Display outgoing CAPWAP/LWAPP messages."},
|
||||
{ DBG_MSG_ERR, "msg_err", "Messages wirh errors" },
|
||||
|
||||
{ DBG_RFC, "rfc", "RFC related errors"},
|
||||
{ DBG_ELEM_IN, "elem_in", "Elements of incomming messages" },
|
||||
{ DBG_ELEM_OUT, "elem_out", "Elements of outgoing messages" },
|
||||
{ DBG_ELEM_DMP, "elem_dmp" , "Dump elements" },
|
||||
|
||||
{ DBG_SUBELEM, "subelem", "Show sub-elements." },
|
||||
{ DBG_SUBELEM_DMP, "subelem_dmp", "Dump sub-elements" },
|
||||
|
||||
{ DBG_ELEM, "elem" },
|
||||
{ DBG_ELEM_DETAIL, "elem_detail"},
|
||||
{ DBG_ELEM_DMP, "elem_dmp" },
|
||||
|
||||
{ DBG_ELEM_ERR, "elem_err" },
|
||||
|
||||
{ DBG_DTLS, "dtls" },
|
||||
|
Reference in New Issue
Block a user