aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/wimaxasncp/packet-wimaxasncp.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/wimaxasncp/packet-wimaxasncp.c')
-rw-r--r--plugins/wimaxasncp/packet-wimaxasncp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/wimaxasncp/packet-wimaxasncp.c b/plugins/wimaxasncp/packet-wimaxasncp.c
index 69e328358c..1c829f3c4c 100644
--- a/plugins/wimaxasncp/packet-wimaxasncp.c
+++ b/plugins/wimaxasncp/packet-wimaxasncp.c
@@ -40,6 +40,7 @@
#include <epan/eap.h>
#include <wsutil/filesystem.h>
#include <wsutil/report_err.h>
+#include <wsutil/ws_printf.h> /* ws_debug_printf */
#include "wimaxasncp_dict.h"
@@ -3320,7 +3321,7 @@ register_wimaxasncp_fields(const char* unused _U_)
for (tlv = wimaxasncp_dict->tlvs; tlv; tlv = tlv->next)
{
- printf(
+ ws_debug_printf(
"%s\n"
" type = %u\n"
" description = %s\n"