Advertisement
Guest User

Untitled

a guest
Dec 10th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. struct ipheader {
  2. unsigned char iph_ihl:5, iph_ver:4; //<--------------These
  3. unsigned char iph_tos;
  4. unsigned short int iph_len;
  5. unsigned short int iph_ident;
  6. unsigned char iph_flag;
  7. unsigned short int iph_offset;
  8. unsigned char iph_ttl;
  9. unsigned char iph_protocol;
  10. unsigned short int iph_chksum;
  11. unsigned int iph_sourceip;
  12. unsigned int iph_destip;
  13. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement