mirror of
https://github.com/kenzok8/small-package.git
synced 2026-01-17 12:50:28 +08:00
13 lines
246 B
C
13 lines
246 B
C
#ifndef UA2F_HANDLER_H
|
|
#define UA2F_HANDLER_H
|
|
|
|
#include "third/nfqueue-mnl/nfqueue-mnl.h"
|
|
|
|
extern bool use_conntrack;
|
|
|
|
void init_handler();
|
|
|
|
void handle_packet(const struct nf_queue *queue, const struct nf_packet *pkt);
|
|
|
|
#endif // UA2F_HANDLER_H
|