diff options
author | Masaq- <tilt@techie.com> | 2019-01-30 20:04:08 +0000 |
---|---|---|
committer | Masaq- <tilt@techie.com> | 2019-01-30 20:04:08 +0000 |
commit | e5d53acbe1c11d9437648071f550d14e19439f01 (patch) | |
tree | 001efbdc536822e5d87e52c4baa02d85094181a6 /src/pkt.h | |
parent | 0c249d89747d613ebe3d39a2467c08137349f668 (diff) |
require authentication
Diffstat (limited to 'src/pkt.h')
-rw-r--r-- | src/pkt.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -138,7 +138,9 @@ typedef struct icmp_desc_t icmp_desc_t; void handle_packet(char *buf, unsigned bytes, int is_pcap, struct sockaddr_in *addr, int icmp_sock); void handle_data(icmp_echo_packet_t *pkt, int total_len, forward_desc_t **ring, - int *await_send, int *insert_idx, uint16_t *next_expected_seq, void *cur, uint16_t window_size); + int *await_send, int *insert_idx, uint16_t *next_expected_seq, void *vcur, uint16_t window_size); + +void handle_extended_options(void *vcur); void handle_ack(uint16_t seq_no, icmp_desc_t *ring, int *packets_awaiting_ack, int one_ack_only, int insert_idx, int *first_ack, |