update 2024-08-20 20:35:24

This commit is contained in:
kenzok8 2024-08-20 20:35:24 +08:00
parent 4f3366a3dd
commit b637473b3c
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ void handle_packet(const struct nf_queue *queue, const struct nf_packet *pkt) {
const unsigned int ua_len = ua_end - ua_start;
const unsigned long ua_offset = ua_start - tcp_payload;
// Looks it's impossible to mangle pocket failed, so we just drop it
// Looks it's impossible to mangle packet failed, so we just drop it
if (type == IPV4) {
nfq_tcp_mangle_ipv4(pkt_buff, ua_offset, ua_len, replacement_user_agent_string, ua_len);
} else {