Martin Stein 11a297b557 net: consider tail of Ethernet frame
The Ethernet payload may be followed by padding of variable length and
the FCS (Frame Check Sequence). Thus, we should consider the value
"Ethernet-frame size minus Ethernet-header size" to be only the maximum
size of the encapsulated IP packet. But until now, we considered it to
be also the actual size of the encapsulated IP packet. This commit fixes
the problem for all affected components of the Genode base-repository.

Fixes #2775
2018-05-03 15:31:57 +02:00
..
2017-03-24 16:19:56 +01:00
2018-05-03 15:31:25 +02:00
2018-05-03 15:31:57 +02:00
2018-04-10 11:11:51 +02:00
2018-04-19 13:38:33 +02:00