mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 11:16:57 +00:00
373134c4e7
Replace packet method 'T *data' by the new methods 'T &reinterpret_data' for parsing or modifying existing sub-protocol packets and 'T &construct_at_data' for composing a new sub-protocol packet. This has the advantage that, when composing a new packet, the default constructor that zero-fills the packet is always called first. Fixes #2751 |
||
---|---|---|
.. | ||
arp.h | ||
dhcp.h | ||
ethernet.h | ||
icmp.h | ||
ipv4.h | ||
mac_address.h | ||
netaddress.h | ||
port.h | ||
tcp.h | ||
udp.h |