Message ID | 20140626221429.GA23488@breakpoint.cc |
---|---|
State | Deferred |
Delegated to: | Pablo Neira |
Headers | show |
--- a/src/libnetfilter_log.c +++ b/src/libnetfilter_log.c @@ -322,7 +322,7 @@ int nflog_callback_register(struct nflog_g_handle *gh, nflog_callback *cb, int nflog_handle_packet(struct nflog_handle *h, char *buf, int len) { - return nfnl_handle_packet(h->nfnlh, buf, len); + return nfnl_process(h->nfnlh, (unsigned char *) buf, len); } But that breaks probably every user of the library since