mirror of
https://github.com/bol-van/zapret.git
synced 2025-04-20 05:52:57 +03:00
9 lines
253 B
C
9 lines
253 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <sys/types.h>
|
|
|
|
char *find_bin(void *data, size_t len, const void *blk, size_t blk_len);
|
|
bool find_host(char **pHost,char *buf,size_t bs);
|
|
void modify_tcp_segment(char *segment,size_t *size,size_t *split_pos);
|