mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
9 lines
236 B
C
9 lines
236 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
#include <sys/types.h>
|
|
|
|
bool find_host(uint8_t **pHost,uint8_t *buf,size_t bs);
|
|
void modify_tcp_segment(uint8_t *segment,size_t segment_buffer_size,size_t *size,size_t *split_pos);
|