mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2024-11-29 02:38:22 -05:00
TNC: Print received IF-TNCCS message as debug ASCII hexdump
This makes it easier to see what TNCC is processing. Signed-off-by: Jouni Malinen <j@w1.fi>
This commit is contained in:
parent
d745f02e0e
commit
abbbaa4997
@ -694,6 +694,8 @@ enum tncc_process_res tncc_process_if_tnccs(struct tncc_data *tncc,
|
|||||||
enum tncc_process_res res = TNCCS_PROCESS_OK_NO_RECOMMENDATION;
|
enum tncc_process_res res = TNCCS_PROCESS_OK_NO_RECOMMENDATION;
|
||||||
int recommendation_msg = 0;
|
int recommendation_msg = 0;
|
||||||
|
|
||||||
|
wpa_hexdump_ascii(MSG_MSGDUMP, "TNC: Received IF-TNCCS message",
|
||||||
|
msg, len);
|
||||||
buf = dup_binstr(msg, len);
|
buf = dup_binstr(msg, len);
|
||||||
if (buf == NULL)
|
if (buf == NULL)
|
||||||
return TNCCS_PROCESS_ERROR;
|
return TNCCS_PROCESS_ERROR;
|
||||||
|
Loading…
Reference in New Issue
Block a user