X-Git-Url: https://git.llucax.com/z.facultad/66.09/etherled.git/blobdiff_plain/cbf2122a2f610a2b92f1dfcb0f554b4bf7c4757e..f5186e12ed5aedf98d0fa0d8299a73c830046c75:/src/ip.h?ds=sidebyside diff --git a/src/ip.h b/src/ip.h index 0b3fff1..a40693a 100644 --- a/src/ip.h +++ b/src/ip.h @@ -35,6 +35,9 @@ /** Tamaño de dirección IP (en bytes) */ #define IP_ADDR_SIZE 4 +/** Tamaño de cabecera IP (en bytes) */ +#define IP_HEADER_SIZE 20 + /** Tipos de paquete IP */ typedef enum { IP_UDP, IP_ICMP } ip_proto_t;