Add args for UDP faking support.

This commit is contained in:
Vadim Vetrov
2024-12-06 13:45:50 +03:00
parent 7480cd31b8
commit f9a51944dd
7 changed files with 324 additions and 80 deletions

3
quic.h
View File

@@ -135,4 +135,7 @@ int gen_fake_udp(struct udp_fake_type type,
const struct udphdr *udph,
uint8_t *buf, uint32_t *buflen);
int detect_udp_filtered(const struct section_config_t *section,
const uint8_t *payload, uint32_t plen);
#endif /* QUIC_H */