Johannes Schlatow bed870ead4 net: fix header_length field in Ipv4_packet
Replace size_t by uint8_t in accessors for the IPv4 header fields
'version' and 'header_length' - uint8_t is the smallest integral type
for 4 bit of information. Note, as the _internet header length_ field is
defined to reflect the number of 32-bit words the header occupies, we
also stick to the specification with our accessor.

Issue #1915
2016-05-23 15:49:57 +02:00
..
2015-04-09 16:04:46 +02:00
2015-04-09 16:04:46 +02:00
2015-11-27 12:18:53 +01:00
2016-05-09 13:10:52 +02:00
2015-04-09 16:04:46 +02:00
2015-10-09 16:38:48 +02:00
2016-05-23 15:49:55 +02:00
2015-04-09 16:04:46 +02:00
2015-03-13 12:17:23 +01:00