aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/airpdcap_debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/crypt/airpdcap_debug.h')
-rw-r--r--epan/crypt/airpdcap_debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/crypt/airpdcap_debug.h b/epan/crypt/airpdcap_debug.h
index 40d82b5424..fbfe28ec02 100644
--- a/epan/crypt/airpdcap_debug.h
+++ b/epan/crypt/airpdcap_debug.h
@@ -89,7 +89,7 @@ void print_debug_line(const CHAR *function, const CHAR *msg, const INT level);
#endif
#endif
-static inline void DEBUG_DUMP(x,y,z)
+static inline void DEBUG_DUMP(const char* x, guint8* y, int z)
{
char* tmp_str = bytes_to_str(NULL, (const guint8 *) y, (z));
g_warning("%s: %s", x, tmp_str);