Cenk Gündoğan ecf47b1f48 destiny: using a bit field for tcp_header->data_offset is more convenient
In the current implementation the data offset is coded into an uint8_t.
Of this uint8_t only 3 bits apply for the data offset.
The remaining bits represent reserved flags for future use.
However, a proper bit masking is forgotten in order
to obtain the data offset part of this uint8_t.

Therefore, defining this uint8_t as a bit field allows a more convenient
method of access.
2014-06-09 19:37:37 +02:00
..
2014-03-04 11:14:05 +01:00
2014-01-24 19:04:28 +01:00
2014-05-03 16:39:39 +02:00
2014-05-18 08:53:20 +02:00
2014-02-14 14:36:06 +01:00
2014-02-20 17:16:57 +01:00
2014-05-25 13:40:29 +02:00
2014-05-03 16:39:39 +02:00