Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. #ifndef SENDER_H
  2. #define SENDER_H
  3.  
  4. #include <netinet/ip.h>
  5. #include <netinet/ip_icmp.h>
  6.  
  7. u_int16_t compute_icmp_checksum (const void *buff, int length);
  8. void fill_icmp_header(struct icmphdr *icmp_header, int ttl);
  9.  
  10. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement