summaryrefslogtreecommitdiffstats
path: root/utils/nfqnl_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'utils/nfqnl_test.c')
-rw-r--r--utils/nfqnl_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/nfqnl_test.c b/utils/nfqnl_test.c
index 036bdab..9eebd9b 100644
--- a/utils/nfqnl_test.c
+++ b/utils/nfqnl_test.c
@@ -16,7 +16,7 @@ static u_int32_t print_pkt (struct nfq_data *tb)
struct nfqnl_msg_packet_hw *hwph;
u_int32_t mark,ifi;
int ret;
- char *data;
+ unsigned char *data;
ph = nfq_get_msg_packet_hdr(tb);
if (ph) {