Ticket #21225: patch-tcp_raw.h.diff
File patch-tcp_raw.h.diff, 426 bytes (added by hsivank@…, 15 years ago) |
---|
-
tcp_raw.h
old new 15 15 u_short sport, u_short dport, 16 16 u_char *buf, int len); 17 17 18 struct iovec *tcp_raw_input(struct libnet_ip _hdr *ip,18 struct iovec *tcp_raw_input(struct libnet_ipv4_hdr *ip, 19 19 struct libnet_tcp_hdr *tcp, int len); 20 20 21 21 void tcp_raw_timeout(int timeout, tcp_raw_callback_t callback);