📄 tcp_raw.h
字号:
/* tcp_raw.h Raw (best-effort, half-duplex) TCP reassembly. Haaacccck. Copyright (c) 2000 Dug Song <dugsong@monkey.org> $Id: tcp_raw.h,v 1.4 2000/08/02 15:20:26 dugsong Exp $*/#ifndef TCP_RAW_H#define TCP_RAW_Htypedef void (*tcp_raw_callback_t)(in_addr_t src, in_addr_t dst, u_short sport, u_short dport, u_char *buf, int len);struct iovec *tcp_raw_input(struct libnet_ip_hdr *ip, struct libnet_tcp_hdr *tcp, int len);void tcp_raw_timeout(int timeout, tcp_raw_callback_t callback);#endif /* TCP_RAW_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -