seq mode 3 and 4,include git version in help page

This commit is contained in:
wangyu-
2017-09-06 05:31:29 -05:00
parent 178327c581
commit 9472fe8bb3
4 changed files with 88 additions and 26 deletions

View File

@@ -11,6 +11,7 @@
extern int raw_recv_fd;
extern int raw_send_fd;
extern int seq_mode;
extern int max_seq_mode;
extern int filter_port;
extern u32_t bind_address_uint32;
extern int disable_bpf_filter;
@@ -54,6 +55,7 @@ struct packet_info_t //todo change this to union
u32_t seq,ack_seq;
u32_t ack_seq_counter;
u32_t ts,ts_ack;